Releases: mgsisk/eslint-config
Releases · mgsisk/eslint-config
v4.0.0
Added
ecmaVersion: latest
to standard config
Changed
- File formatting now handled by Prettier
- typescript config now uses
@typescript-eslint/stylistic-type-checked
and
@typescript-eslint/strict-type-checked
Removed
env
option from standard config- A significant number of deprecated rules
- WordPress ESlint configuration
v3.0.0
Added
eslint-plugin-promise
no-nonoctal-decimal-escape
no-unsafe-optional-chaining
- babel config with
@babel/eslint-parser
and@babel/eslint-plugin
- typescript config with
@typescript-eslint/parser
and
@typescript-eslint/eslint-plugin
Changed
env
toes2021
strict
tosafe
- Project structure
- Replaced CodeClimate with Codacy
- Replaced Travis with Github Actions workflow
Removed
ecmaVersion
sourceType