Skip to content

Commit

Permalink
chore: switch to eslint v9, eslint-config-eslint v10 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed May 1, 2024
1 parent 085e6d5 commit a76cdf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = [
"padding-line-between-statements": "off",
"no-console": "off",
"no-alert": "off",
"eslint-comments/require-description": "off",
"@eslint-community/eslint-comments/require-description": "off",
"jsdoc/require-jsdoc": "off"
}
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"lib/processor.js"
],
"devDependencies": {
"@eslint/js": "^8.56.0",
"@eslint/js": "^9.1.1",
"chai": "^4.2.0",
"eslint": "^8.56.0",
"eslint-config-eslint": "^9.0.0",
"eslint": "^9.1.1",
"eslint-config-eslint": "^10.0.0",
"eslint-release": "^3.1.2",
"globals": "^13.24.0",
"globals": "^15.1.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1"
},
Expand Down

0 comments on commit a76cdf5

Please sign in to comment.