@ethang/eslint-config 18.1.9 → 18.1.10
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/eslint.config.js +0 -6
- package/package.json +1 -3
package/eslint.config.js
CHANGED
|
@@ -13,7 +13,6 @@ import barrel from "eslint-plugin-barrel-files";
|
|
|
13
13
|
import compat from "eslint-plugin-compat";
|
|
14
14
|
import lodashConfig from "eslint-plugin-lodash";
|
|
15
15
|
import tailwind from "eslint-plugin-tailwindcss";
|
|
16
|
-
import { plugin as exception } from "eslint-plugin-exception-handling";
|
|
17
16
|
|
|
18
17
|
export const languageOptions = {
|
|
19
18
|
parser,
|
|
@@ -36,7 +35,6 @@ export default tseslint.config(eslintPluginPrettier, {
|
|
|
36
35
|
barrel,
|
|
37
36
|
compat,
|
|
38
37
|
depend,
|
|
39
|
-
exception,
|
|
40
38
|
lodash: lodashConfig,
|
|
41
39
|
n,
|
|
42
40
|
perfectionist,
|
|
@@ -532,10 +530,6 @@ export default tseslint.config(eslintPluginPrettier, {
|
|
|
532
530
|
"@tanstack/query/no-rest-destructuring": "error",
|
|
533
531
|
"@tanstack/query/stable-query-client": "error",
|
|
534
532
|
|
|
535
|
-
"exception/no-unhandled": "error",
|
|
536
|
-
"exception/might-throw": "error",
|
|
537
|
-
"exception/use-error-cause": "error",
|
|
538
|
-
|
|
539
533
|
"tailwind/classnames-order": "error",
|
|
540
534
|
"tailwind/enforces-negative-arbitrary-values": "error",
|
|
541
535
|
"tailwind/enforces-shorthand": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethang/eslint-config",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.10",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "git+https://github.com/eglove/eslint-config-ethang.git"
|
|
6
6
|
},
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
"eslint-plugin-barrel-files": "^2.1.0",
|
|
27
27
|
"eslint-plugin-compat": "^6.0.0",
|
|
28
28
|
"eslint-plugin-depend": "^0.9.0",
|
|
29
|
-
"eslint-plugin-exception-handling": "^1.3.1",
|
|
30
29
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
31
30
|
"eslint-plugin-lodash": "^8.0.0",
|
|
32
31
|
"eslint-plugin-n": "^17.10.1",
|
|
@@ -52,7 +51,6 @@
|
|
|
52
51
|
"eslint-plugin-barrel-files": "^2.1.0",
|
|
53
52
|
"eslint-plugin-compat": "^6.0.0",
|
|
54
53
|
"eslint-plugin-depend": "^0.9.0",
|
|
55
|
-
"eslint-plugin-exception-handling": "^1.3.1",
|
|
56
54
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
57
55
|
"eslint-plugin-lodash": "^8.0.0",
|
|
58
56
|
"eslint-plugin-n": "^17.10.1",
|