Skip to content

Commit

Permalink
Update @stylistic/eslint-plugin to address ESLint v9 conflicts (#13)
Browse files Browse the repository at this point in the history
Not usually a fan of beta releases in a package like this, but this one
addresses an annoying set of warnings that anyone using _our_ package
would get owing to some outdated dependencies and conflicts with ESLint
v9.
  • Loading branch information
jgarber623-cargosense authored Jul 22, 2024
2 parents 9664344 + ccc6c72 commit a8cca5b
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
122 changes: 61 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" :"@cargosense/eslint-config",
"version": "1.0.0",
"version": "1.1.0",
"description": "Shareable ESLint configuration.",
"keywords": [
"eslint-config",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@eslint/js": "^9.7.0",
"@stylistic/eslint-plugin": "^2.3.0",
"@stylistic/eslint-plugin": "^2.6.0-beta.0",
"eslint-plugin-array-func": "^5.0.1",
"eslint-plugin-jsdoc": "^48.8.3",
"eslint-plugin-n": "^17.9.0",
Expand Down

0 comments on commit a8cca5b

Please sign in to comment.