Skip to content

Commit e0bbfd4

Browse files
authored
chore: switch to eslint-config-eslint v11 (#191)
1 parent 785fafd commit e0bbfd4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

eslint.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import globals from "globals";
22
import eslintConfigESLint from "eslint-config-eslint";
3+
import eslintConfigESLintFormatting from "eslint-config-eslint/formatting";
34

45
export default [
56
...eslintConfigESLint,
7+
eslintConfigESLintFormatting,
68
{
79
name: "generator-eslint/global-ignores",
810
ignores: ["temp/", "*/templates/*"]

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"yeoman-generator": "^5.6.1"
3838
},
3939
"devDependencies": {
40-
"eslint": "^9.1.1",
41-
"eslint-config-eslint": "^10.0.0",
40+
"eslint": "^9.5.0",
41+
"eslint-config-eslint": "^11.0.0",
4242
"eslint-release": "^3.2.2",
4343
"globals": "^15.1.0",
4444
"markdownlint-cli": "^0.31.1",

0 commit comments

Comments
 (0)