Skip to content

Commit

Permalink
Merge pull request #185 from MikeMcC399/migrate/internal-linting-for-8
Browse files Browse the repository at this point in the history
chore(deps): update internal linting to eslint 8.57.0
  • Loading branch information
jennifer-shehane committed Apr 23, 2024
2 parents 7ca920a + c192dc5 commit 8227cbc
Show file tree
Hide file tree
Showing 3 changed files with 475 additions and 640 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Expand Up @@ -41,6 +41,9 @@ jobs:
- run:
name: Install dependencies
command: npm ci
- run:
name: Remove unneeded plugins # minimum eslint@8.23.0 required
command: npm uninstall eslint-plugin-eslint-plugin eslint-plugin-n
- run:
name: Install ESLint 7
command: npm install eslint@7
Expand Down

0 comments on commit 8227cbc

Please sign in to comment.