Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Oct 25, 2024
1 parent 736411f commit ea71bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//-----------------------------------------------------------------------------

import eslintConfigESLint from "eslint-config-eslint";
import json from "./src/index.js";
import json from "@eslint/json";

//-----------------------------------------------------------------------------
// Helpers
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
},
"devDependencies": {
"@eslint/core": "^0.6.0",
"@eslint/json": "^0.5.0",
"@types/css-tree": "^2.3.8",
"@types/eslint": "^8.56.10",
"c8": "^9.1.0",
Expand Down

0 comments on commit ea71bb8

Please sign in to comment.