@nitra/eslint-config 3.0.2 → 3.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -1
- package/package.json +12 -12
package/index.js
CHANGED
|
@@ -48,6 +48,7 @@ const all = [
|
|
|
48
48
|
},
|
|
49
49
|
rules: {
|
|
50
50
|
...js.configs.recommended.rules,
|
|
51
|
+
'n/no-missing-import': 'off', // покривається oxlint https://github.com/oxc-project/oxc/issues/481#issuecomment-3135766557
|
|
51
52
|
'no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }]
|
|
52
53
|
}
|
|
53
54
|
},
|
|
@@ -248,6 +249,6 @@ export function getConfig(params = { node: [], vue: [], vue2: [] }) {
|
|
|
248
249
|
result.push(...vueJSConfig)
|
|
249
250
|
}
|
|
250
251
|
|
|
251
|
-
result.push(oxlint.configs['flat/recommended'])
|
|
252
|
+
result.push(...oxlint.configs['flat/recommended'])
|
|
252
253
|
return result
|
|
253
254
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nitra/eslint-config",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "A Eslint shareable config for projects using 'Vue' and 'Node'",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./index.js",
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
"eslintconfig"
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@eslint/js": "^9.
|
|
18
|
-
"eslint": "^9.
|
|
19
|
-
"eslint-config-prettier": "^10.
|
|
20
|
-
"eslint-plugin-import": "^2.
|
|
21
|
-
"eslint-plugin-jsdoc": "^
|
|
17
|
+
"@eslint/js": "^9.36.0",
|
|
18
|
+
"eslint": "^9.36.0",
|
|
19
|
+
"eslint-config-prettier": "^10.1.8",
|
|
20
|
+
"eslint-plugin-import": "^2.32.0",
|
|
21
|
+
"eslint-plugin-jsdoc": "^60.4.1",
|
|
22
22
|
"eslint-plugin-markdown": "^5.1.0",
|
|
23
|
-
"eslint-plugin-n": "^17.
|
|
24
|
-
"eslint-plugin-oxlint": "^
|
|
23
|
+
"eslint-plugin-n": "^17.23.1",
|
|
24
|
+
"eslint-plugin-oxlint": "^1.18.0",
|
|
25
25
|
"eslint-plugin-security": "^3.0.1",
|
|
26
|
-
"eslint-plugin-unicorn": "^
|
|
27
|
-
"eslint-plugin-vue": "^
|
|
28
|
-
"eslint-plugin-yml": "^1.
|
|
29
|
-
"globals": "^
|
|
26
|
+
"eslint-plugin-unicorn": "^61.0.2",
|
|
27
|
+
"eslint-plugin-vue": "^10.5.0",
|
|
28
|
+
"eslint-plugin-yml": "^1.18.0",
|
|
29
|
+
"globals": "^16.4.0"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"index.js"
|