Releases: peerigon/eslint-config-peerigon
Releases · peerigon/eslint-config-peerigon
v31.0.3
v31.0.2
v31.0.1
v31.0.0
31.0.0 (2021-07-28)
Features
BREAKING CHANGES
- Prevent relative package imports in Yarn/Lerna workspaces. See https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-relative-packages.md
- import and module.exports should not be mixed. See https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-import-module-exports.md
v30.2.0
v30.1.0
v30.0.2
v30.0.1
v30.0.0
30.0.0 (2021-01-31)
chore
BREAKING CHANGES
- We switched to @babel/eslint-parser and @babel/eslint-plugin, see https://babel.dev/blog/2020/07/13/the-state-of-babel-eslint . If you're using Babel you should set
requireConfigFile: true
in your ESLint config. ESLint will then use yourbabel.config.json
. - You can remove TypeScript-specific ESLint dependencies, especially
@typescript-eslint/parser
. They should ship with the config.
v30.0.0-beta.1
30.0.0-beta.1 (2021-01-31)
chore
- Update dependencies (a957c21)
BREAKING CHANGES
- You should have @babel/core as your project dependency now, see https://babel.dev/blog/2020/07/13/the-state-of-babel-eslint#the-present
- You can remove TypeScript-specific ESLint dependencies, especially @typescript-eslint/parser. They should ship with the config.