@ethang/eslint-config 19.8.7 → 19.8.9
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/build.mjs +6 -7
- package/bun.lockb +0 -0
- package/eslint.config.js +1 -0
- package/package.json +7 -7
- package/setup/cspell.ts +1 -0
package/build.mjs
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
// @ts-check
|
|
2
2
|
import { projectBuilder } from "@ethang/project-builder/project-builder.js";
|
|
3
|
-
import { execSync } from "node:child_process";
|
|
4
3
|
|
|
5
4
|
await projectBuilder("eslint-config-ethang", "master", {
|
|
6
5
|
isLibrary: true,
|
|
7
|
-
scripts: [
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
scripts: [
|
|
7
|
+
"bun x taze latest -I -w",
|
|
8
|
+
"bun ./build/update-rules.ts",
|
|
9
|
+
"bun ./build/update-readme.ts",
|
|
10
|
+
"bun lint",
|
|
11
|
+
],
|
|
13
12
|
tsupOptions: {
|
|
14
13
|
bundle: true,
|
|
15
14
|
},
|
package/bun.lockb
ADDED
|
Binary file
|
package/eslint.config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethang/eslint-config",
|
|
3
|
-
"version": "19.8.
|
|
3
|
+
"version": "19.8.9",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "git+https://github.com/eglove/eslint-config-ethang.git"
|
|
6
6
|
},
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"@eslint-react/eslint-plugin": "^1.14.2",
|
|
18
18
|
"@eslint/compat": "^1.1.1",
|
|
19
19
|
"@eslint/js": "^9.11.1",
|
|
20
|
-
"@eslint/json": "^0.4.
|
|
21
|
-
"@eslint/markdown": "^6.1.
|
|
20
|
+
"@eslint/json": "^0.4.1",
|
|
21
|
+
"@eslint/markdown": "^6.1.1",
|
|
22
22
|
"@stylistic/eslint-plugin": "^2.8.0",
|
|
23
23
|
"@stylistic/eslint-plugin-ts": "^2.8.0",
|
|
24
24
|
"@tanstack/eslint-plugin-query": "^5.58.1",
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@ethang/markdown-generator": "^1.1.1",
|
|
46
|
-
"@ethang/project-builder": "^
|
|
46
|
+
"@ethang/project-builder": "^3.0.0",
|
|
47
47
|
"@tsconfig/node-lts": "^20.1.3",
|
|
48
48
|
"@tsconfig/strictest": "^2.0.5",
|
|
49
49
|
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
|
|
50
50
|
"@types/eslint-plugin-tailwindcss": "^3.17.0",
|
|
51
51
|
"@types/eslint__js": "^8.42.3",
|
|
52
|
-
"@types/node": "^22.7.
|
|
52
|
+
"@types/node": "^22.7.4",
|
|
53
53
|
"prettier": "^3.3.3"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"@eslint-react/eslint-plugin": "^1.14.2",
|
|
58
58
|
"@eslint/compat": "^1.1.1",
|
|
59
59
|
"@eslint/js": "^9.11.1",
|
|
60
|
-
"@eslint/json": "^0.4.
|
|
61
|
-
"@eslint/markdown": "^6.1.
|
|
60
|
+
"@eslint/json": "^0.4.1",
|
|
61
|
+
"@eslint/markdown": "^6.1.1",
|
|
62
62
|
"@stylistic/eslint-plugin": "^2.8.0",
|
|
63
63
|
"@stylistic/eslint-plugin-ts": "^2.8.0",
|
|
64
64
|
"@tanstack/eslint-plugin-query": "^5.58.1",
|