Releases: studiobakers/eslint-config-base
Releases · studiobakers/eslint-config-base
4.3.1
Merge pull request #31 from studiobakers/fix/add-yml
Add npm publish automation yaml
4.3.0
- Added
webp
to import/order
pattern #29
- Updated README #30
4.1.1
- Remove deprecated
valid-jsdoc
rule
4.1.0
- Update
import/order
for json
files
Issue: #18
PR: #19
4.0.0
Breaking Change
- Add new
peerDependency
: eslint-plugin-import
.
- Related rules will give error if imports are not ordered accordingly. Please refer PR #17 for details
3.0.0
- Update
eslint
version to 7.7.0
Issue: #12
PR: #14
2.2.0
- Update
prefer-destructuring
rule
- Update
complexity
max limit to 20
and change it to warn
- Update
no-use-before-define
rule
- Turn off
camelcase
rule completely
Related issue: #11
PR: #13
2.1.5
- Update
.gitignore
PR: #15