@jsse/eslint-config 0.2.5 → 0.2.6
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/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +2 -6
- package/dist/index.js +2 -6
- package/package.json +14 -14
package/dist/cli.cjs
CHANGED
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -10906,12 +10906,8 @@ function typescriptRulesTypeOblivious() {
|
|
|
10906
10906
|
}
|
|
10907
10907
|
],
|
|
10908
10908
|
"no-async-promise-executor": "error",
|
|
10909
|
-
"no-bitwise":
|
|
10910
|
-
|
|
10911
|
-
{
|
|
10912
|
-
allow: ["^", "<<", ">>", ">>>", "^=", "<<=", ">>=", ">>>=", "~"]
|
|
10913
|
-
}
|
|
10914
|
-
],
|
|
10909
|
+
"no-bitwise": "off",
|
|
10910
|
+
// bit ops are so hot right now
|
|
10915
10911
|
"no-caller": "error",
|
|
10916
10912
|
"no-compare-neg-zero": "error",
|
|
10917
10913
|
"no-cond-assign": "error",
|
package/dist/index.js
CHANGED
|
@@ -10837,12 +10837,8 @@ function typescriptRulesTypeOblivious() {
|
|
|
10837
10837
|
}
|
|
10838
10838
|
],
|
|
10839
10839
|
"no-async-promise-executor": "error",
|
|
10840
|
-
"no-bitwise":
|
|
10841
|
-
|
|
10842
|
-
{
|
|
10843
|
-
allow: ["^", "<<", ">>", ">>>", "^=", "<<=", ">>=", ">>>=", "~"]
|
|
10844
|
-
}
|
|
10845
|
-
],
|
|
10840
|
+
"no-bitwise": "off",
|
|
10841
|
+
// bit ops are so hot right now
|
|
10846
10842
|
"no-caller": "error",
|
|
10847
10843
|
"no-compare-neg-zero": "error",
|
|
10848
10844
|
"no-cond-assign": "error",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsse/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.6",
|
|
5
5
|
"description": "@jsse/eslint-config ~ WYSIWYG",
|
|
6
6
|
"author": "jessekrubin <jessekrubin@gmail.com> (https://github.com/jessekrubin/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -59,33 +59,33 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@eslint/js": "~9.9.0",
|
|
62
|
-
"@stylistic/eslint-plugin": "2.6.
|
|
63
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
64
|
-
"@typescript-eslint/parser": "^8.0
|
|
62
|
+
"@stylistic/eslint-plugin": "2.6.4",
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "^8.1.0",
|
|
64
|
+
"@typescript-eslint/parser": "^8.1.0",
|
|
65
65
|
"eslint-config-flat-gitignore": "^0.1.8",
|
|
66
66
|
"eslint-define-config": "^2.1.0",
|
|
67
|
-
"eslint-plugin-antfu": "^2.3.
|
|
67
|
+
"eslint-plugin-antfu": "^2.3.5",
|
|
68
68
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
69
69
|
"eslint-plugin-import-x": "^3.1.0",
|
|
70
|
-
"eslint-plugin-jsdoc": "^50.
|
|
70
|
+
"eslint-plugin-jsdoc": "^50.2.2",
|
|
71
71
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
72
72
|
"eslint-plugin-markdown": "^5.1.0",
|
|
73
73
|
"eslint-plugin-n": "^17.10.2",
|
|
74
|
-
"eslint-plugin-no-only-tests": "^3.
|
|
75
|
-
"eslint-plugin-perfectionist": "^3.
|
|
74
|
+
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
75
|
+
"eslint-plugin-perfectionist": "^3.2.0",
|
|
76
76
|
"eslint-plugin-react": "~7.35.0",
|
|
77
77
|
"eslint-plugin-react-hooks": "~4.6.2",
|
|
78
78
|
"eslint-plugin-react-refresh": "~0.4.9",
|
|
79
79
|
"eslint-plugin-toml": "^0.11.1",
|
|
80
80
|
"eslint-plugin-tsdoc": "^0.3.0",
|
|
81
81
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
82
|
-
"eslint-plugin-unused-imports": "^4.1.
|
|
82
|
+
"eslint-plugin-unused-imports": "^4.1.3",
|
|
83
83
|
"eslint-plugin-vitest": "0.5.4",
|
|
84
84
|
"eslint-plugin-yml": "^1.14.0",
|
|
85
85
|
"jsonc-eslint-parser": "^2.4.0",
|
|
86
86
|
"picocolors": "^1.0.1",
|
|
87
87
|
"toml-eslint-parser": "^0.10.0",
|
|
88
|
-
"typescript-eslint": "^8.0
|
|
88
|
+
"typescript-eslint": "^8.1.0",
|
|
89
89
|
"yaml-eslint-parser": "^1.2.3"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
@@ -97,11 +97,11 @@
|
|
|
97
97
|
"@types/fs-extra": "^11.0.4",
|
|
98
98
|
"@types/node": "^20.14.13",
|
|
99
99
|
"cac": "^6.7.14",
|
|
100
|
-
"eslint": "^9.
|
|
100
|
+
"eslint": "^9.9.0",
|
|
101
101
|
"eslint-flat-config-utils": "^0.3.0",
|
|
102
102
|
"eslint-plugin-tailwindcss": "^3.17.4",
|
|
103
|
-
"eslint-typegen": "^0.3.
|
|
104
|
-
"execa": "~9.3.
|
|
103
|
+
"eslint-typegen": "^0.3.1",
|
|
104
|
+
"execa": "~9.3.1",
|
|
105
105
|
"fast-glob": "^3.3.2",
|
|
106
106
|
"fs-extra": "^11.2.0",
|
|
107
107
|
"globals": "^15.9.0",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"prettier": "^3.3.3",
|
|
110
110
|
"react": "~18.3.1",
|
|
111
111
|
"rimraf": "^6.0.1",
|
|
112
|
-
"tailwindcss": "^3.4.
|
|
112
|
+
"tailwindcss": "^3.4.10",
|
|
113
113
|
"tsup": "^8.2.4",
|
|
114
114
|
"tsx": "^4.17.0",
|
|
115
115
|
"typescript": "~5.5.4",
|