Skip to content

Releases: LeanKit-Labs/eslint-config-leankit

Moved overrides from consuming repos into this project

09 Oct 21:21
Compare
Choose a tag to compare
  • Moved overrides from consuming repos into this project

Add linting of unused arguments

23 Aug 00:43
Compare
Choose a tag to compare
  • Add linting of unused arguments

Updated rules to match our JSCS settings

03 Aug 14:41
Compare
Choose a tag to compare
  • 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.

18 Jul 18:37
Compare
Choose a tag to compare
  • Updated to eslint 4 Also updated all dependencies to latest versions.

Update to eslint, a11y rules, react rules

19 Sep 15:56
Compare
Choose a tag to compare
  • Updated to latest version of eslint
  • General update to rules
  • Update react rules and add a11y rules

Upgraded to run eslint 2x

12 Apr 19:51
Compare
Choose a tag to compare
v2.0.0

* Upgrade to eslint 2.0.*

Revisions to rules

04 Jan 15:32
Compare
Choose a tag to compare
  • Minor Tweaks to eslint-config-leankit based on lessons learned when integrating the rules into nonstop-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

16 Dec 16:52
Compare
Choose a tag to compare
v1.0.0

Initial Release