Closed tanyabouman closed 1 year ago
- Summary
Linting fails with an error.
Error: Failed to load parser 'babel-eslint' declared in '.eslintrc.yml': Cannot find module 'babel-eslint'
Solution:
- Test plan
Run yarn lint. Linting succeeds.
yarn lint
- Description for the changelog
fix lint: switch from babel-eslint to @babel/eslint-parser, add react plugin, and fix errors
- Summary
Linting fails with an error.
Solution:
- Test plan
Run
yarn lint
. Linting succeeds.- Description for the changelog
fix lint: switch from babel-eslint to @babel/eslint-parser, add react plugin, and fix errors