Skip to content

Commit c192dc5

Browse files
committed
chore(deps): update internal linting to eslint 8.57.0
update to [email protected] [email protected] prevent these plugins from use with ESLint 7.x in CircleCI Jest tests chore(deps): update internal linting to eslint 8.57.0
1 parent 7ca920a commit c192dc5

File tree

3 files changed

+475
-640
lines changed

3 files changed

+475
-640
lines changed

circle.yml

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- run:
4242
name: Install dependencies
4343
command: npm ci
44+
- run:
45+
name: Remove unneeded plugins # minimum [email protected] required
46+
command: npm uninstall eslint-plugin-eslint-plugin eslint-plugin-n
4447
- run:
4548
name: Install ESLint 7
4649
command: npm install eslint@7

0 commit comments

Comments
 (0)