@will-stone/eslint-config 0.8.0 → 0.8.1
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 -0
- package/dist/index.js +1 -0
- package/package.json +19 -20
package/dist/index.cjs
CHANGED
|
@@ -1216,6 +1216,7 @@ function typescript() {
|
|
|
1216
1216
|
"always",
|
|
1217
1217
|
{ exceptAfterOverload: true }
|
|
1218
1218
|
],
|
|
1219
|
+
"@typescript-eslint/max-params": "off",
|
|
1219
1220
|
"@typescript-eslint/member-ordering": "error",
|
|
1220
1221
|
"@typescript-eslint/method-signature-style": "warn",
|
|
1221
1222
|
"@typescript-eslint/no-confusing-non-null-assertion": "warn",
|
package/dist/index.js
CHANGED
|
@@ -1216,6 +1216,7 @@ function typescript() {
|
|
|
1216
1216
|
"always",
|
|
1217
1217
|
{ exceptAfterOverload: true }
|
|
1218
1218
|
],
|
|
1219
|
+
"@typescript-eslint/max-params": "off",
|
|
1219
1220
|
"@typescript-eslint/member-ordering": "error",
|
|
1220
1221
|
"@typescript-eslint/method-signature-style": "warn",
|
|
1221
1222
|
"@typescript-eslint/no-confusing-non-null-assertion": "warn",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@will-stone/eslint-config",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Will Stone's ESLint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint-config"
|
|
@@ -24,15 +24,6 @@
|
|
|
24
24
|
"files": [
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
|
-
"scripts": {
|
|
28
|
-
"build": "tsup src/index.ts --format esm,cjs --clean --dts --cjsInterop --splitting",
|
|
29
|
-
"dev": "tsup src/index.ts --format esm,cjs --watch & eslint-flat-config-viewer",
|
|
30
|
-
"lint": "npm run stub && eslint .",
|
|
31
|
-
"prepare": "husky install",
|
|
32
|
-
"prepublishOnly": "npm run build",
|
|
33
|
-
"stub": "tsup src/index.ts --format esm",
|
|
34
|
-
"typecheck": "tsc --noEmit"
|
|
35
|
-
},
|
|
36
27
|
"lint-staged": {
|
|
37
28
|
"*.{js,jsx,ts,tsx}": [
|
|
38
29
|
"eslint --fix"
|
|
@@ -43,16 +34,16 @@
|
|
|
43
34
|
},
|
|
44
35
|
"prettier": "@will-stone/prettier-config",
|
|
45
36
|
"dependencies": {
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
47
|
-
"@typescript-eslint/parser": "^6.
|
|
37
|
+
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
38
|
+
"@typescript-eslint/parser": "^6.9.1",
|
|
48
39
|
"astro-eslint-parser": "^0.16.0",
|
|
49
40
|
"confusing-browser-globals": "^1.0.11",
|
|
50
41
|
"eslint-config-flat-gitignore": "^0.1.1",
|
|
51
42
|
"eslint-define-config": "^1.24.1",
|
|
52
43
|
"eslint-plugin-astro": "^0.29.1",
|
|
53
|
-
"eslint-plugin-i": "^2.
|
|
54
|
-
"eslint-plugin-jest": "^27.
|
|
55
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
44
|
+
"eslint-plugin-i": "^2.29.0",
|
|
45
|
+
"eslint-plugin-jest": "^27.6.0",
|
|
46
|
+
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
56
47
|
"eslint-plugin-n": "^16.2.0",
|
|
57
48
|
"eslint-plugin-prettier": "^5.0.1",
|
|
58
49
|
"eslint-plugin-react": "^7.33.2",
|
|
@@ -60,7 +51,7 @@
|
|
|
60
51
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
61
52
|
"eslint-plugin-switch-case": "^1.1.2",
|
|
62
53
|
"eslint-plugin-tailwindcss": "^3.13.0",
|
|
63
|
-
"eslint-plugin-unicorn": "^
|
|
54
|
+
"eslint-plugin-unicorn": "^49.0.0",
|
|
64
55
|
"glob": "^10.3.10",
|
|
65
56
|
"globals": "^13.23.0",
|
|
66
57
|
"globby": "^13.2.2",
|
|
@@ -70,18 +61,26 @@
|
|
|
70
61
|
"@changesets/cli": "^2.26.2",
|
|
71
62
|
"@types/confusing-browser-globals": "^1.0.2",
|
|
72
63
|
"@types/eslint": "^8.44.6",
|
|
73
|
-
"@types/node": "^20.8.
|
|
64
|
+
"@types/node": "^20.8.10",
|
|
74
65
|
"@will-stone/prettier-config": "^7.0.1",
|
|
75
|
-
"eslint": "^8.
|
|
66
|
+
"eslint": "^8.52.0",
|
|
76
67
|
"eslint-flat-config-viewer": "^0.1.0",
|
|
77
68
|
"husky": "^8.0.3",
|
|
78
69
|
"lint-staged": "^15.0.2",
|
|
79
70
|
"prettier": "^3.0.3",
|
|
80
71
|
"tsup": "^7.2.0",
|
|
81
|
-
"type-fest": "^4.
|
|
72
|
+
"type-fest": "^4.6.0",
|
|
82
73
|
"typescript": "^5.2.2"
|
|
83
74
|
},
|
|
84
75
|
"peerDependencies": {
|
|
85
76
|
"eslint": ">=8.52.0"
|
|
77
|
+
},
|
|
78
|
+
"packageManager": "pnpm@8.10.2+sha256.487609e857f1c11780cc98dd0bfe4c8a8b11c7f23bc3a4493ac7d263d6fb6c8c",
|
|
79
|
+
"scripts": {
|
|
80
|
+
"build": "tsup src/index.ts --format esm,cjs --clean --dts --cjsInterop --splitting",
|
|
81
|
+
"dev": "tsup src/index.ts --format esm,cjs --watch & eslint-flat-config-viewer",
|
|
82
|
+
"lint": "npm run stub && eslint .",
|
|
83
|
+
"stub": "tsup src/index.ts --format esm",
|
|
84
|
+
"typecheck": "tsc --noEmit"
|
|
86
85
|
}
|
|
87
|
-
}
|
|
86
|
+
}
|