@eslinted/core 3.4.1-rc.0 → 3.4.2-rc.0
Sign up to get free protection for your applications and to get access to all the features.
- package/eslint.config.js +3 -0
- package/package.json +3 -1
package/eslint.config.js
ADDED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"_schemaVersion": "20.17.8",
|
3
3
|
"name": "@eslinted/core",
|
4
|
-
"version": "3.4.
|
4
|
+
"version": "3.4.2-rc.0",
|
5
5
|
"description": "Core ESLint flat config factory npm package `linted`.",
|
6
6
|
"keywords": [],
|
7
7
|
"license": "MIT",
|
@@ -25,6 +25,8 @@
|
|
25
25
|
"globals": "^15.9.0"
|
26
26
|
},
|
27
27
|
"devDependencies": {
|
28
|
+
"eslint": "9.10.0",
|
29
|
+
"linted": "16.7.0",
|
28
30
|
"npm-run-all": "^4.1.5",
|
29
31
|
"typescript": "^5.6.2"
|
30
32
|
},
|