-
Notifications
You must be signed in to change notification settings - Fork 840
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[babel][eslint] Remove deprecated
babel-eslint
, upgrade eslint+pret…
…tier deps, removed unused plugins (#6809) * Remove unused eslint plugin * Minor upgrades for `eslint` dependencies * Upgrade `@typescript-eslint` dependencies to latest * Upgrade eslint & prettier to latest & run `--fix` + update prettier configuration per https://github.com/prettier/eslint-plugin-prettier#recommended-configuration * Remove deprecated `babel-eslint` dependency - was replaced by `@babel/eslint-parser`, but we can actually just use `@typescript-eslint/parser` instead! - just needs a `jsx: true` flag for tests w/ JSX - update `.parse()` API to include `comment` flag which is needed to get the license rule working again + remove unnecessary `parserOptions` for tests - fix i18n rule throwing because `arguments` is a reserved name - fix cypress reference rule tests to work on Jest without needing to be commented out - there's multiple prettier autosave lint fixes on here, apologies for the noise * Fix failing `yarn build-docs` command * Skip running tests on `packages/` in CI, but *do* run tests on local eslint rules - TODO - follow up PR updating EUI's `packages/eslint-plugin` separately * Fix latest from main
- Loading branch information
Showing
282 changed files
with
1,897 additions
and
2,347 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.