Skip to content

Commit

Permalink
Upgrade Node.js dev dependencies & fix ESLint config (#636)
Browse files Browse the repository at this point in the history
* Upgrade Node.js dev dependencies

* Fix wrong ESLint semicolon-key value
  • Loading branch information
Splines authored May 6, 2024
1 parent c4ed013 commit bac18f8
Show file tree
Hide file tree
Showing 3 changed files with 1,322 additions and 1,458 deletions.
2 changes: 1 addition & 1 deletion .config/eslint.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default [
"indent": 2,
"jsx": false,
"quote-props": "always",
"semi": "always",
"semi": true,
"brace-style": "1tbs",
}).rules,
"@stylistic/quotes": ["error", "double", { avoidEscape: true }],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"webpack-dev-server": "^4.15.1"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^1.5.0",
"eslint": "^9.0.0",
"@stylistic/eslint-plugin": "^1.8.0",
"eslint": "^9.1.1",
"eslint-plugin-erb": "^2.0.0",
"globals": "^13.24.0"
"globals": "^15.1.0"
}
}
Loading

0 comments on commit bac18f8

Please sign in to comment.