Skip to content

Releases: dabapps/eslint-config-dabapps

Fix jsx-quotes configuration

06 Oct 09:43
Compare
Choose a tag to compare

The docs for this are quite unhelpful.
Refer to the official eslint docs for jsx config.

E.g. http://eslint.org/docs/rules/jsx-quotes.html

Updated deprecated jsx-quotes rule

06 Oct 08:58
Compare
Choose a tag to compare
Merge pull request #8 from dabapps/jsx-quotes-deprecated

Jsx quotes deprecated

Double quotes for JSX

06 Oct 08:51
Compare
Choose a tag to compare

Finally decided on quote style for JSX

dont force space after function declartion

05 Oct 08:41
Compare
Choose a tag to compare

since this is not canonical in es6 class declaration

Allow es6 modules

02 Oct 16:03
Compare
Choose a tag to compare
1.1.0

Allow es6 modules

Add ESLint as dependency

22 Sep 13:49
Compare
Choose a tag to compare

Removes the need to also require eslint in your project.

Initial release

22 Sep 09:31
Compare
Choose a tag to compare
1.0.0

Initial commit