Skip to content

Commit

Permalink
Disable ESLint v8 renovation
Browse files Browse the repository at this point in the history
It's very unlikely that a SEEK project will be able to land this change
given that `eslint-config-seek` is not ready yet.

See seek-oss/eslint-config-seek#62.
  • Loading branch information
72636c committed Oct 25, 2021
1 parent 08d5d42 commit a2ce3b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@

"enabled": false
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["eslint"],
"matchUpdateTypes": ["major"],

"allowedVersions": "< 8"
},
{
"matchManagers": ["npm"],
"matchPackagePatterns": ["^@types/"],
Expand Down

0 comments on commit a2ce3b8

Please sign in to comment.