We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b044f93 commit 432f885Copy full SHA for 432f885
eslint.config.js
@@ -1,13 +1,13 @@
1
"use strict";
2
3
-const eslintConfig = require("eslint-config-eslint");
+const eslintConfigESLintCJS = require("eslint-config-eslint/cjs");
4
const globals = require("globals");
5
6
module.exports = [
7
{
8
ignores: ["tests/fixtures/"]
9
},
10
- ...eslintConfig,
+ ...eslintConfigESLintCJS,
11
12
files: ["tests/**/*"],
13
languageOptions: {
package.json
@@ -28,7 +28,7 @@
28
"devDependencies": {
29
"chai": "^3.5.0",
30
"eslint": "^8.45.0",
31
- "eslint-config-eslint": "^8.0.0",
+ "eslint-config-eslint": "^9.0.0",
32
"eslint-release": "^1.0.0",
33
"globals": "^13.20.0",
34
"mocha": "^2.5.3"
0 commit comments