@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 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: ["UPDATE", "DEDUPE", "LINT"],
8
- postInstall: async () => {
9
- console.log("Updating Rules...");
10
- execSync(`pnpx tsx ./build/update-rules.ts`, { stdio: "inherit" });
11
- execSync(`pnpx tsx ./build/update-readme.ts`, { stdio: "inherit" });
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
@@ -52,6 +52,7 @@ export default tseslint.config(
52
52
  {
53
53
  cspell: {
54
54
  words: [
55
+ "taze",
55
56
  "ethang",
56
57
  "TSESTree",
57
58
  "Boop",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethang/eslint-config",
3
- "version": "19.8.7",
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.0",
21
- "@eslint/markdown": "^6.1.0",
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": "^2.6.1",
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.3",
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.0",
61
- "@eslint/markdown": "^6.1.0",
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",
package/setup/cspell.ts CHANGED
@@ -11,6 +11,7 @@ const customRules: CustomRules = [
11
11
  {
12
12
  cspell: {
13
13
  words: [
14
+ "taze",
14
15
  "ethang",
15
16
  "TSESTree",
16
17
  "Boop",