Releases: LeanKit-Labs/eslint-config-leankit
Releases · LeanKit-Labs/eslint-config-leankit
Moved overrides from consuming repos into this project
- Moved overrides from consuming repos into this project
Add linting of unused arguments
- Add linting of unused arguments
Updated rules to match our JSCS settings
- Updated rules to match our JSCS settings
- Updated to use new string-based rule setting syntax. Converted 0, 1 and 2 to "off", "warn" and "error" respectively.
Updated to eslint 4 Also updated all dependencies to latest versions.
- Updated to eslint 4 Also updated all dependencies to latest versions.
Update to eslint, a11y rules, react rules
- Updated to latest version of eslint
- General update to rules
- Update react rules and add a11y rules
Upgraded to run eslint 2x
v2.0.0 * Upgrade to eslint 2.0.*
Revisions to rules
- Minor Tweaks to
eslint-config-leankit
based on lessons learned when integrating the rules intononstop-index-ui
- Turned off the following rules:
react/jsx-handler-names
,no-extra-parens
,react/jsx-boolean-value
,no-eq-null
,newline-after-var
- Update the following rules:
react/sort-comp
,react/jsx-quotes
- Turn this warning into an error:
react/sort-comp
- There are 4 remaining TRIAL rules:
complexity
,arrow-body-style
,no-negated-condition
,no-extra-parens
Initial Release
v1.0.0 Initial Release