Skip to content

Commit

Permalink
chore: switch to eslint-config-eslint v11 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Jun 17, 2024
1 parent 785fafd commit e0bbfd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import globals from "globals";
import eslintConfigESLint from "eslint-config-eslint";
import eslintConfigESLintFormatting from "eslint-config-eslint/formatting";

export default [
...eslintConfigESLint,
eslintConfigESLintFormatting,
{
name: "generator-eslint/global-ignores",
ignores: ["temp/", "*/templates/*"]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"yeoman-generator": "^5.6.1"
},
"devDependencies": {
"eslint": "^9.1.1",
"eslint-config-eslint": "^10.0.0",
"eslint": "^9.5.0",
"eslint-config-eslint": "^11.0.0",
"eslint-release": "^3.2.2",
"globals": "^15.1.0",
"markdownlint-cli": "^0.31.1",
Expand Down

0 comments on commit e0bbfd4

Please sign in to comment.