Skip to content

Commit b16a8ca

Browse files
eslint 9.20.0
1 parent c0b0524 commit b16a8ca

File tree

4 files changed

+85
-68
lines changed

4 files changed

+85
-68
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ repos:
5353
args: [--py39-plus]
5454

5555
- repo: https://github.com/pre-commit/mirrors-eslint
56-
rev: v9.19.0
56+
rev: v9.20.0
5757
hooks:
5858
- id: eslint
5959
additional_dependencies:
60-
- eslint@9.19.0
60+
- eslint@9.20.0
6161
6262
6363
- "@eslint/[email protected]"

eslint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ export default [...compat.extends('google'), {
2323
},
2424
rules: {
2525
'valid-jsdoc': 'off',
26-
'no-cond-assign': 'error',
27-
'array-bracket-spacing': 'error',
2826
'block-scoped-var': 'error',
2927
'block-spacing': 'error',
3028
'brace-style': 'error',

package-lock.json

Lines changed: 82 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@eslint/js": "^9.19.0",
1313
"browserify": "^17.0.0",
1414
"chai": "^4.3.6",
15-
"eslint": "^9.19.0",
15+
"eslint": "^9.20.0",
1616
"eslint-config-google": "^0.14.0",
1717
"globals": "^15.14.0",
1818
"mocha": "^10.0.0",

0 commit comments

Comments
 (0)