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.