@debbl/eslint-config 3.0.6 → 3.0.7
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/dist/index.cjs +1 -6
- package/dist/index.js +1 -1
- package/package.json +27 -27
package/dist/index.cjs
CHANGED
|
@@ -344,7 +344,7 @@ var javascript = async (options) => {
|
|
|
344
344
|
"no-multi-str": "error",
|
|
345
345
|
"no-new": "error",
|
|
346
346
|
"no-new-func": "error",
|
|
347
|
-
"no-new-
|
|
347
|
+
"no-new-native-nonconstructor": "error",
|
|
348
348
|
"no-new-wrappers": "error",
|
|
349
349
|
"no-obj-calls": "error",
|
|
350
350
|
"no-octal": "error",
|
|
@@ -1386,11 +1386,6 @@ var prettier = async (options) => {
|
|
|
1386
1386
|
interopDefault(import("eslint-parser-plain"))
|
|
1387
1387
|
]);
|
|
1388
1388
|
const PlainFileRules = [
|
|
1389
|
-
{
|
|
1390
|
-
name: "eslint:prettier:json",
|
|
1391
|
-
files: [GLOB_JSON, GLOB_JSONC, GLOB_JSON5],
|
|
1392
|
-
parser: "json"
|
|
1393
|
-
},
|
|
1394
1389
|
{
|
|
1395
1390
|
name: "eslint:prettier:markdown",
|
|
1396
1391
|
files: [GLOB_MARKDOWN],
|
package/dist/index.js
CHANGED
|
@@ -263,7 +263,7 @@ var javascript = async (options) => {
|
|
|
263
263
|
"no-multi-str": "error",
|
|
264
264
|
"no-new": "error",
|
|
265
265
|
"no-new-func": "error",
|
|
266
|
-
"no-new-
|
|
266
|
+
"no-new-native-nonconstructor": "error",
|
|
267
267
|
"no-new-wrappers": "error",
|
|
268
268
|
"no-obj-calls": "error",
|
|
269
269
|
"no-octal": "error",
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@debbl/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.0.
|
|
5
|
-
"packageManager": "pnpm@8.15.
|
|
4
|
+
"version": "3.0.7",
|
|
5
|
+
"packageManager": "pnpm@8.15.6",
|
|
6
6
|
"description": "Brendan Dash's ESLint config",
|
|
7
7
|
"author": "Debbl <me@aiwan.run> (https://github.com/Debbl/)",
|
|
8
8
|
"license": "MIT",
|
|
@@ -27,33 +27,33 @@
|
|
|
27
27
|
"eslint": ">=8.40.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@next/eslint-plugin-next": "^14.1.
|
|
31
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
32
|
-
"@typescript-eslint/parser": "^
|
|
30
|
+
"@next/eslint-plugin-next": "^14.1.4",
|
|
31
|
+
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
32
|
+
"@typescript-eslint/parser": "^7.5.0",
|
|
33
33
|
"eslint-config-prettier": "^9.1.0",
|
|
34
34
|
"eslint-define-config": "^2.1.0",
|
|
35
35
|
"eslint-mdx": "^3.1.5",
|
|
36
36
|
"eslint-parser-plain": "^0.1.0",
|
|
37
37
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
38
38
|
"eslint-plugin-i": "^2.29.1",
|
|
39
|
-
"eslint-plugin-jsdoc": "^48.
|
|
40
|
-
"eslint-plugin-jsonc": "^2.
|
|
41
|
-
"eslint-plugin-markdown": "^
|
|
39
|
+
"eslint-plugin-jsdoc": "^48.2.2",
|
|
40
|
+
"eslint-plugin-jsonc": "^2.15.0",
|
|
41
|
+
"eslint-plugin-markdown": "^4.0.1",
|
|
42
42
|
"eslint-plugin-mdx": "^3.1.5",
|
|
43
43
|
"eslint-plugin-n": "^16.6.2",
|
|
44
44
|
"eslint-plugin-no-only-tests": "^3.1.0",
|
|
45
|
-
"eslint-plugin-perfectionist": "^2.
|
|
45
|
+
"eslint-plugin-perfectionist": "^2.8.0",
|
|
46
46
|
"eslint-plugin-prettier": "^5.1.3",
|
|
47
|
-
"eslint-plugin-react": "^7.
|
|
47
|
+
"eslint-plugin-react": "^7.34.1",
|
|
48
48
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
49
|
-
"eslint-plugin-tailwindcss": "^3.
|
|
50
|
-
"eslint-plugin-toml": "^0.
|
|
51
|
-
"eslint-plugin-unicorn": "^
|
|
52
|
-
"eslint-plugin-unused-imports": "^3.
|
|
53
|
-
"eslint-plugin-vitest": "^0.
|
|
54
|
-
"eslint-plugin-vue": "^9.
|
|
55
|
-
"eslint-plugin-yml": "^1.
|
|
56
|
-
"globals": "^
|
|
49
|
+
"eslint-plugin-tailwindcss": "^3.15.1",
|
|
50
|
+
"eslint-plugin-toml": "^0.11.0",
|
|
51
|
+
"eslint-plugin-unicorn": "^52.0.0",
|
|
52
|
+
"eslint-plugin-unused-imports": "^3.1.0",
|
|
53
|
+
"eslint-plugin-vitest": "^0.4.1",
|
|
54
|
+
"eslint-plugin-vue": "^9.24.0",
|
|
55
|
+
"eslint-plugin-yml": "^1.14.0",
|
|
56
|
+
"globals": "^15.0.0",
|
|
57
57
|
"jsonc-eslint-parser": "^2.4.0",
|
|
58
58
|
"prettier": "^3.2.5",
|
|
59
59
|
"toml-eslint-parser": "^0.9.3",
|
|
@@ -61,20 +61,20 @@
|
|
|
61
61
|
"yaml-eslint-parser": "^1.2.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@types/eslint": "^8.56.
|
|
65
|
-
"@types/node": "^20.
|
|
66
|
-
"@types/react": "^18.2.
|
|
67
|
-
"bumpp": "^9.
|
|
68
|
-
"eslint": "^8.
|
|
69
|
-
"eslint-flat-config-viewer": "^0.1.
|
|
64
|
+
"@types/eslint": "^8.56.7",
|
|
65
|
+
"@types/node": "^20.12.4",
|
|
66
|
+
"@types/react": "^18.2.74",
|
|
67
|
+
"bumpp": "^9.4.0",
|
|
68
|
+
"eslint": "^8.57.0",
|
|
69
|
+
"eslint-flat-config-viewer": "^0.1.20",
|
|
70
70
|
"execa": "^8.0.1",
|
|
71
71
|
"fast-glob": "^3.3.2",
|
|
72
72
|
"fs-extra": "^11.2.0",
|
|
73
73
|
"react": "^18.2.0",
|
|
74
74
|
"sucrase": "^3.35.0",
|
|
75
|
-
"tsup": "^8.0.
|
|
76
|
-
"typescript": "^5.
|
|
77
|
-
"vitest": "^1.
|
|
75
|
+
"tsup": "^8.0.2",
|
|
76
|
+
"typescript": "^5.4.3",
|
|
77
|
+
"vitest": "^1.4.0"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"build": "tsup --format esm,cjs --clean --dts",
|