eslint-config-un 1.0.0-alpha.7 → 1.0.0-alpha.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-un",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.9",
|
|
4
4
|
"description": "A universal-ish ESLint config aiming to be reasonably strict and easily configurable.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -49,12 +49,6 @@
|
|
|
49
49
|
"test": "nr typegen && nr knip && nr spellcheck && nr lint && nr build:code:test",
|
|
50
50
|
"lint:public-types": "npx @arethetypeswrong/cli --pack . --profile esm-only"
|
|
51
51
|
},
|
|
52
|
-
"resolutions": {
|
|
53
|
-
"angular-eslint-plugin-template17": "file:./deps/angular-eslint-eslint-plugin-template-17.5.3.tgz",
|
|
54
|
-
"angular-eslint-plugin18": "file:./deps/angular-eslint-eslint-plugin-18.4.3.tgz",
|
|
55
|
-
"eslint-plugin-no-type-assertion": "file:./deps/eslint-plugin-no-type-assertion-1.3.0.tgz",
|
|
56
|
-
"eslint-plugin-prettier": "file:./deps/eslint-plugin-prettier-5.5.0.tgz"
|
|
57
|
-
},
|
|
58
52
|
"overrides": {
|
|
59
53
|
"eslint-plugin-jest": {
|
|
60
54
|
"@typescript-eslint/eslint-plugin": "$@typescript-eslint/eslint-plugin"
|
|
@@ -86,8 +80,8 @@
|
|
|
86
80
|
"@typescript-eslint/parser": "8.34.1",
|
|
87
81
|
"@vitest/eslint-plugin": "1.2.7",
|
|
88
82
|
"@vue/compiler-sfc": "3.5.16",
|
|
89
|
-
"angular-eslint-plugin-template17": "file:./
|
|
90
|
-
"angular-eslint-plugin18": "file:./
|
|
83
|
+
"angular-eslint-plugin-template17": "file:./angular-eslint-eslint-plugin-template-17.5.3.tgz",
|
|
84
|
+
"angular-eslint-plugin18": "file:./angular-eslint-eslint-plugin-18.4.3.tgz",
|
|
91
85
|
"astro-eslint-parser": "1.2.2",
|
|
92
86
|
"consola": "3.4.2",
|
|
93
87
|
"debug": "4.4.1",
|
|
@@ -122,7 +116,7 @@
|
|
|
122
116
|
"eslint-plugin-math": "0.10.1",
|
|
123
117
|
"eslint-plugin-mdx": "3.5.0",
|
|
124
118
|
"eslint-plugin-n": "17.20.0",
|
|
125
|
-
"eslint-plugin-no-type-assertion": "file:./
|
|
119
|
+
"eslint-plugin-no-type-assertion": "file:./eslint-plugin-no-type-assertion-1.3.0.tgz",
|
|
126
120
|
"eslint-plugin-no-unsanitized": "4.1.2",
|
|
127
121
|
"eslint-plugin-node-dependencies": "1.1.2",
|
|
128
122
|
"eslint-plugin-package-json": "0.40.0",
|
|
@@ -130,7 +124,7 @@
|
|
|
130
124
|
"eslint-plugin-pinia": "0.4.1",
|
|
131
125
|
"eslint-plugin-pnpm": "0.3.1",
|
|
132
126
|
"eslint-plugin-prefer-arrow-functions": "3.6.2",
|
|
133
|
-
"eslint-plugin-prettier": "file:./
|
|
127
|
+
"eslint-plugin-prettier": "file:./eslint-plugin-prettier-5.5.0.tgz",
|
|
134
128
|
"eslint-plugin-promise": "7.2.1",
|
|
135
129
|
"eslint-plugin-qwik": "1.14.1",
|
|
136
130
|
"eslint-plugin-react": "7.37.5",
|
|
@@ -228,7 +222,7 @@
|
|
|
228
222
|
"optional": true
|
|
229
223
|
}
|
|
230
224
|
},
|
|
231
|
-
"
|
|
225
|
+
"bundledDependencies": [
|
|
232
226
|
"eslint-plugin-prettier",
|
|
233
227
|
"angular-eslint-plugin-template17",
|
|
234
228
|
"angular-eslint-plugin18",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|