Releases: atom-community/eslint-config-atomic
Releases · atom-community/eslint-config-atomic
v1.12.0
1.12.0 (2021-03-05)
Bug Fixes
- disable no-console (bfea99e)
- disable no-duplicate-imports (cba1971)
- disable no-shadow for builtinGlobals (c2ed12c)
- disable the eslint rules that are not found (ba18b0f)
Features
- add eslint rules for best-practices (b01b541)
- add eslint rules for es6 (20600eb)
- add eslint rules for possible-errors (60f368f)
- add eslint rules for variables (128d8c3)
- add strict mode rule (01ecb55)
v1.11.2
1.11.2 (2021-03-05)
Bug Fixes
- include src in the package (bfefe98)
v1.11.0
1.11.0 (2021-02-27)
Features
- update dependencies + fix prettier breaking change (bf962e2)
v1.10.2
1.10.2 (2021-02-23)
Bug Fixes
- turn-off buggy import rules on TypeScript (ee4fe21)
v1.10.1
1.10.1 (2021-02-16)
Bug Fixes
- bump eslint-plugin-coffee (86b70ce)
v1.10.0
1.10.0 (2021-02-07)
Bug Fixes
- add electron and atom to core modules (555b4dc)
- add import to coffee (22021fa)
- add support for importing coffee from all languages (a36b6b7)
- use a unified import settings for all extentions (92a218b)
- use recommended preset (40e094e)
Features
- add eslint-plugin-import (4a3d3d1)
- add extra eslint import rules (b8637bd)
v1.9.1
1.9.1 (2021-02-06)
Bug Fixes
- add react config on top of base config (a4a9f01)
- support base settings in react config (5b94b3a)
v1.9.0
1.9.0 (2021-02-04)
Features
v1.8.1
1.8.1 (2021-02-03)
Bug Fixes
- add prettier to coffee (2c29133)
- allow inferrable-types and non-null-assertion in typescript (71f6741)
- allow using new ecma syntax (e035edc)
- merge cofee and cson (5177da8)
- remove react from the default config (d9e2402)