Skip to content

Commit

Permalink
Disable ESLint v8 renovation (#49)
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 7c892c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default.json
Expand Up @@ -44,6 +44,12 @@

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

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

0 comments on commit 7c892c7

Please sign in to comment.