@zayne-labs/eslint-config 0.2.12 → 0.4.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zayne-labs/eslint-config",
3
3
  "type": "module",
4
- "version": "0.2.12",
4
+ "version": "0.4.0",
5
5
  "description": "Zayne Labs' ESLint config preset",
6
6
  "author": "Ryan Zayne",
7
7
  "license": "MIT",
@@ -28,17 +28,19 @@
28
28
  "node": ">=18.x"
29
29
  },
30
30
  "peerDependencies": {
31
- "@eslint-react/eslint-plugin": "^1.15.0",
32
- "@next/eslint-plugin-next": "^14.2.15",
33
- "@tanstack/eslint-plugin-query": "^5.59.7",
34
- "eslint": "^9.12.0",
35
- "eslint-plugin-astro": "^1.2.0",
36
- "eslint-plugin-react-hooks": "^5.0.0",
37
- "eslint-plugin-react-refresh": "^0.4.12",
38
- "eslint-plugin-solid": "^0.14.3",
39
- "eslint-plugin-svelte": "^2.35.1",
40
- "eslint-plugin-tailwindcss": "^3.17.4",
41
- "eslint-plugin-vue": "^9.28.0"
31
+ "@eslint-react/eslint-plugin": ">=1.15.0",
32
+ "@next/eslint-plugin-next": ">=14.2.15",
33
+ "@tanstack/eslint-plugin-query": ">=5.59.7",
34
+ "eslint": ">=9.12.0",
35
+ "eslint-plugin-astro": ">=1.2.0",
36
+ "eslint-plugin-react-hooks": ">=5.0.0",
37
+ "eslint-plugin-react-refresh": ">=0.4.12",
38
+ "eslint-plugin-solid": ">=0.14.3",
39
+ "eslint-plugin-svelte": ">=2.35.1",
40
+ "eslint-plugin-tailwindcss": ">=3.17.4",
41
+ "eslint-plugin-vue": ">=9.28.0",
42
+ "eslint-processor-vue-blocks": ">=0.1.2",
43
+ "vue-eslint-parser": ">=9.4.3"
42
44
  },
43
45
  "peerDependenciesMeta": {
44
46
  "@eslint-react/eslint-plugin": {
@@ -70,56 +72,81 @@
70
72
  },
71
73
  "eslint-plugin-vue": {
72
74
  "optional": true
75
+ },
76
+ "eslint-processor-vue-blocks": {
77
+ "optional": true
78
+ },
79
+ "vue-eslint-parser": {
80
+ "optional": true
73
81
  }
74
82
  },
75
83
  "dependencies": {
76
- "@antfu/install-pkg": "^0.4.1",
77
- "@clack/prompts": "^0.8.2",
78
- "@eslint/compat": "^1.2.3",
79
- "@eslint/js": "^9.15.0",
80
- "@stylistic/eslint-plugin": "^2.11.0",
81
- "eslint-config-flat-gitignore": "^0.3.0",
82
- "eslint-flat-config-utils": "^0.4.0",
83
- "eslint-import-resolver-typescript": "^3.6.3",
84
- "eslint-plugin-import-x": "^4.4.3",
85
- "eslint-plugin-jsdoc": "^50.5.0",
86
- "eslint-plugin-jsonc": "^2.18.2",
87
- "eslint-plugin-n": "^17.14.0",
88
- "eslint-plugin-perfectionist": "^4.0.3",
89
- "eslint-plugin-security": "^3.0.1",
90
- "eslint-plugin-unicorn": "^56.0.1",
91
- "globals": "^15.12.0",
92
- "jsonc-eslint-parser": "^2.4.0",
93
- "local-pkg": "^0.5.1",
94
- "typescript-eslint": "^8.15.0"
84
+ "@antfu/install-pkg": "0.5.0",
85
+ "@clack/prompts": "0.9.0",
86
+ "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
87
+ "@eslint/compat": "1.2.4",
88
+ "@eslint/js": "9.17.0",
89
+ "@stylistic/eslint-plugin": "2.12.1",
90
+ "eslint-config-flat-gitignore": "0.3.0",
91
+ "eslint-flat-config-utils": "0.4.0",
92
+ "eslint-import-resolver-typescript": "3.7.0",
93
+ "eslint-merge-processors": "^0.1.0",
94
+ "eslint-plugin-import-x": "4.6.1",
95
+ "eslint-plugin-jsdoc": "50.6.1",
96
+ "eslint-plugin-jsonc": "2.18.2",
97
+ "eslint-plugin-n": "17.15.1",
98
+ "eslint-plugin-perfectionist": "4.4.0",
99
+ "eslint-plugin-security": "3.0.1",
100
+ "eslint-plugin-toml": "^0.12.0",
101
+ "eslint-plugin-unicorn": "56.0.1",
102
+ "eslint-plugin-yml": "^1.16.0",
103
+ "globals": "15.14.0",
104
+ "jsonc-eslint-parser": "2.4.0",
105
+ "local-pkg": "0.5.1",
106
+ "toml-eslint-parser": "0.10.0",
107
+ "typescript-eslint": "8.18.2",
108
+ "yaml-eslint-parser": "1.2.3"
95
109
  },
96
110
  "devDependencies": {
97
- "@arethetypeswrong/cli": "0.17.0",
98
- "@changesets/cli": "2.27.10",
99
- "@commitlint/cli": "19.6.0",
111
+ "@arethetypeswrong/cli": "0.17.2",
112
+ "@changesets/cli": "2.27.11",
113
+ "@commitlint/cli": "19.6.1",
100
114
  "@commitlint/config-conventional": "19.6.0",
115
+ "@eslint-react/eslint-plugin": "1.22.1",
116
+ "@next/eslint-plugin-next": "15.1.2",
101
117
  "@size-limit/esbuild-why": "11.1.6",
102
118
  "@size-limit/preset-small-lib": "11.1.6",
119
+ "@tanstack/eslint-plugin-query": "5.62.9",
103
120
  "@total-typescript/ts-reset": "0.6.1",
104
121
  "@types/eslint-plugin-security": "3.0.0",
105
122
  "@types/eslint-plugin-tailwindcss": "3.17.0",
106
123
  "@types/eslint__js": "8.42.3",
107
- "@types/node": "22.9.1",
124
+ "@types/node": "22.10.2",
108
125
  "@zayne-labs/eslint-config": "link:",
109
126
  "@zayne-labs/tsconfig": "0.2.1",
110
127
  "concurrently": "9.1.0",
111
128
  "cross-env": "7.0.3",
129
+ "eslint": "9.17.0",
130
+ "eslint-plugin-astro": "1.3.1",
131
+ "eslint-plugin-react-hooks": "5.1.0",
132
+ "eslint-plugin-react-refresh": "0.4.16",
133
+ "eslint-plugin-solid": "0.14.5",
134
+ "eslint-plugin-svelte": "2.46.1",
135
+ "eslint-plugin-tailwindcss": "3.17.5",
136
+ "eslint-plugin-vue": "9.32.0",
137
+ "eslint-processor-vue-blocks": "0.1.2",
112
138
  "eslint-typegen": "0.3.2",
113
139
  "husky": "9.1.7",
114
- "lint-staged": "15.2.10",
115
- "pkg-pr-new": "0.0.30",
116
- "prettier": "3.3.3",
140
+ "lint-staged": "15.2.11",
141
+ "pkg-pr-new": "0.0.39",
142
+ "prettier": "3.4.2",
117
143
  "publint": "0.2.12",
118
144
  "size-limit": "11.1.6",
119
- "tailwindcss": "^3.4.15",
145
+ "tailwindcss": "3.4.17",
120
146
  "tsup": "8.3.5",
121
147
  "tsx": "4.19.2",
122
- "typescript": "5.7.2"
148
+ "typescript": "5.7.2",
149
+ "vue-eslint-parser": "9.4.3"
123
150
  },
124
151
  "publishConfig": {
125
152
  "access": "public",
@@ -129,13 +156,15 @@
129
156
  "scripts": {
130
157
  "build": "pnpm typegen && tsup",
131
158
  "build:dev": "pnpm typegen && cross-env NODE_ENV=development tsup",
132
- "build:test": "pnpm typegen & concurrently --prefix-colors \"yellow.bold,#7da4f8.bold,magenta\" --names PUBLINT,TSUP,ATTW 'pnpm:lint:publint' 'pnpm:build:dev' 'pnpm:lint:attw'",
159
+ "build:test-bundle": "pnpm typegen & concurrently --prefix-colors \"yellow.bold,#7da4f8.bold,magenta\" --names PUBLINT,TSUP,ATTW 'pnpm:lint:publint' 'pnpm:build:dev' 'pnpm:lint:attw'",
133
160
  "inspect:eslint-config": "pnpx @eslint/config-inspector@latest --config eslint.config.js",
134
161
  "lint:attw": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
135
162
  "lint:check-types": "pnpm typegen && tsc --pretty -p tsconfig.json",
136
163
  "lint:commitlint": "commitlint --edit",
137
164
  "lint:eslint": "pnpm build && pnpm lint:eslint:dev",
138
- "lint:eslint:dev": "eslint . --cache --max-warnings 0 --report-unused-disable-directives",
165
+ "lint:eslint:dev": "eslint . --max-warnings 0 --report-unused-disable-directives",
166
+ "lint:eslint:interactive": "pnpm build && pnpm lint:eslint:interactive:dev",
167
+ "lint:eslint:interactive:dev": "pnpx eslint-interactive@latest . --fix --max-warnings 0 --report-unused-disable-directives",
139
168
  "lint:format": "prettier --cache --write .",
140
169
  "lint:packages": "pnpm dedupe --check",
141
170
  "lint:publint": "publint --strict .",