Releases: tbayaa/eslint-config
Releases · tbayaa/eslint-config
Release 3.0.1
Release 3.0.0
To avoid duplication I decided to include eslint-plugin-ember
and extend its recommended rules + our customizations to it.
I also added new eslint-plugin-bayzat
which contains few custom rules (and can be extended further later). By default those rules are enabled:
- bayzat/no-get-properties-with-array (globally)
- bayzat/no-jquery (only for tests)
I wanted to introduce also:
- bayzat/no-get-for-flat-props
- bayzat/no-get-properties-for-flat-props
but it turned out it would be a risky change because of problems with Ember proxies and uncertainty about if get
is needed in few specific cases (see AR-1606's description for more details).
I also updated version of eslint itself and added new rule: comma-spacing
.
Release 2.2.0
Add var/const/let rules
Release 2.1.0
- Introduced space-infix-ops and space-before-function-paren
Release 2.0.0
- Upgrade to the newest version of ESLint 4.16.0
- Remove deprecated ecmaFeatures
- Bump version to 2.0.0 as it's breaking change
Release 1.4.1
Add two new rules: arrow-spacing, space-before-block
Release 1.4.0
Merge pull request #9 from gustaff-weldon/master 1.4.0
Release 1.3.3
Added parserOptions
Release 1.3.2
Added eol-last rule
Release 1.3.1
-fixed peer dependencies issue