Skip to content

Commit

Permalink
Merge pull request #71 from RightCapitalHQ/feature/restrict-eslint-ve…
Browse files Browse the repository at this point in the history
…rsion-to-8

feat: restrict ESLint version to v8
  • Loading branch information
liby committed May 9, 2024
2 parents 250c16e + 3e84d13 commit f169cb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base-presets.json
Expand Up @@ -6,6 +6,11 @@
"matchSourceUrls": [
"https://github.com/RightCapitalHQ/frontend-style-guide"
]
},
{
"description": "Restrict ESLint to v8",
"matchPackageNames": ["eslint"],
"allowedVersions": "<9.0.0"
}
]
}

0 comments on commit f169cb8

Please sign in to comment.