@zayne-labs/eslint-config 0.2.8 → 0.2.11
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.d.ts +570 -425
- package/dist/index.js +32 -23
- package/dist/index.js.map +1 -1
- package/package.json +34 -32
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.
|
|
4
|
+
"version": "0.2.11",
|
|
5
5
|
"description": "Zayne Labs' ESLint config preset",
|
|
6
6
|
"author": "Ryan Zayne",
|
|
7
7
|
"license": "MIT",
|
|
@@ -74,51 +74,52 @@
|
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@antfu/install-pkg": "^0.4.1",
|
|
77
|
-
"@clack/prompts": "^0.
|
|
78
|
-
"@eslint/compat": "^1.2.
|
|
79
|
-
"@eslint/js": "^9.
|
|
80
|
-
"@stylistic/eslint-plugin": "^2.
|
|
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
81
|
"eslint-config-flat-gitignore": "^0.3.0",
|
|
82
82
|
"eslint-flat-config-utils": "^0.4.0",
|
|
83
83
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
84
|
-
"eslint-plugin-import-x": "^4.3
|
|
85
|
-
"eslint-plugin-jsdoc": "^50.
|
|
86
|
-
"eslint-plugin-jsonc": "^2.
|
|
87
|
-
"eslint-plugin-n": "^17.
|
|
88
|
-
"eslint-plugin-perfectionist": "^
|
|
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
89
|
"eslint-plugin-security": "^3.0.1",
|
|
90
|
-
"eslint-plugin-unicorn": "^56.0.
|
|
91
|
-
"globals": "^15.
|
|
90
|
+
"eslint-plugin-unicorn": "^56.0.1",
|
|
91
|
+
"globals": "^15.12.0",
|
|
92
92
|
"jsonc-eslint-parser": "^2.4.0",
|
|
93
|
-
"local-pkg": "^0.5.
|
|
94
|
-
"typescript-eslint": "^8.
|
|
93
|
+
"local-pkg": "^0.5.1",
|
|
94
|
+
"typescript-eslint": "^8.15.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@arethetypeswrong/cli": "0.
|
|
98
|
-
"@changesets/cli": "2.27.
|
|
99
|
-
"@commitlint/cli": "19.
|
|
100
|
-
"@commitlint/config-conventional": "19.
|
|
97
|
+
"@arethetypeswrong/cli": "0.17.0",
|
|
98
|
+
"@changesets/cli": "2.27.10",
|
|
99
|
+
"@commitlint/cli": "19.6.0",
|
|
100
|
+
"@commitlint/config-conventional": "19.6.0",
|
|
101
101
|
"@size-limit/esbuild-why": "11.1.6",
|
|
102
102
|
"@size-limit/preset-small-lib": "11.1.6",
|
|
103
103
|
"@total-typescript/ts-reset": "0.6.1",
|
|
104
104
|
"@types/eslint-plugin-security": "3.0.0",
|
|
105
105
|
"@types/eslint-plugin-tailwindcss": "3.17.0",
|
|
106
106
|
"@types/eslint__js": "8.42.3",
|
|
107
|
-
"@types/node": "22.
|
|
107
|
+
"@types/node": "22.9.1",
|
|
108
108
|
"@zayne-labs/eslint-config": "link:",
|
|
109
109
|
"@zayne-labs/tsconfig": "0.2.1",
|
|
110
|
-
"concurrently": "9.0
|
|
110
|
+
"concurrently": "9.1.0",
|
|
111
111
|
"cross-env": "7.0.3",
|
|
112
112
|
"eslint-typegen": "0.3.2",
|
|
113
|
-
"husky": "9.1.
|
|
113
|
+
"husky": "9.1.7",
|
|
114
114
|
"lint-staged": "15.2.10",
|
|
115
|
-
"pkg-pr-new": "0.0.
|
|
115
|
+
"pkg-pr-new": "0.0.30",
|
|
116
116
|
"prettier": "3.3.3",
|
|
117
|
-
"publint": "0.2.
|
|
117
|
+
"publint": "0.2.12",
|
|
118
118
|
"size-limit": "11.1.6",
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
119
|
+
"tailwindcss": "^3.4.15",
|
|
120
|
+
"tsup": "8.3.5",
|
|
121
|
+
"tsx": "4.19.2",
|
|
122
|
+
"typescript": "5.7.2"
|
|
122
123
|
},
|
|
123
124
|
"publishConfig": {
|
|
124
125
|
"access": "public",
|
|
@@ -126,19 +127,20 @@
|
|
|
126
127
|
"provenance": true
|
|
127
128
|
},
|
|
128
129
|
"scripts": {
|
|
129
|
-
"build": "pnpm typegen
|
|
130
|
-
"build:dev": "pnpm typegen
|
|
130
|
+
"build": "pnpm typegen && tsup",
|
|
131
|
+
"build:dev": "pnpm typegen && cross-env NODE_ENV=development tsup",
|
|
131
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'",
|
|
132
133
|
"inspect:eslint-config": "pnpx @eslint/config-inspector@latest --config eslint.config.js",
|
|
133
134
|
"lint:attw": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
|
|
134
|
-
"lint:check-types": "tsc --pretty -p tsconfig.json",
|
|
135
|
+
"lint:check-types": "pnpm typegen && tsc --pretty -p tsconfig.json",
|
|
135
136
|
"lint:commitlint": "commitlint --edit",
|
|
136
|
-
"lint:eslint": "
|
|
137
|
+
"lint:eslint": "pnpm build && pnpm lint:eslint:dev",
|
|
138
|
+
"lint:eslint:dev": "eslint . --cache --max-warnings 0 --report-unused-disable-directives",
|
|
137
139
|
"lint:format": "prettier --cache --write .",
|
|
138
140
|
"lint:packages": "pnpm dedupe --check",
|
|
139
141
|
"lint:publint": "publint --strict .",
|
|
140
|
-
"release": "changeset publish",
|
|
141
|
-
"test:release": "pkg-pr-new publish",
|
|
142
|
+
"release": "pnpm typegen && changeset publish",
|
|
143
|
+
"test:release": "pnpm typegen && pkg-pr-new publish",
|
|
142
144
|
"typegen": "tsx scripts/typegen.ts",
|
|
143
145
|
"version-package": "changeset version"
|
|
144
146
|
}
|