Skip to content

Commit 8227cbc

Browse files
Merge pull request #185 from MikeMcC399/migrate/internal-linting-for-8
chore(deps): update internal linting to eslint 8.57.0
2 parents 7ca920a + c192dc5 commit 8227cbc

File tree

3 files changed

+475
-640
lines changed

3 files changed

+475
-640
lines changed

Diff for: 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)