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 eaa100d commit 4c8564eCopy full SHA for 4c8564e
tests/__snapshots__/config@eslint-config-xo
@@ -1,15 +1,16 @@
1
{
2
"configContent": "import config from "eslint-config-xo";
3
-import { defineConfig } from "eslint/config";
+import { defineConfig } from "@eslint/config-helpers";
4
5
6
export default defineConfig([
7
config,
8
]);",
9
"configFilename": "eslint.config.mjs",
10
"devDependencies": [
11
- "eslint@>=9.8.0",
+ "eslint@>=9.25.0",
12
"eslint-config-xo",
13
+ "@eslint/config-helpers",
14
],
15
"installFlags": [
16
"-D",
0 commit comments