@lichthagel/eslint-config 1.0.18 → 1.0.20
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.cjs +1 -2
- package/dist/index.d.cts +159 -211
- package/dist/index.d.ts +159 -211
- package/dist/index.js +1 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -242,7 +242,6 @@ var stylistic_default = [
|
|
|
242
242
|
arrowParens: true,
|
|
243
243
|
braceStyle: "1tbs",
|
|
244
244
|
commaDangle: "always-multiline",
|
|
245
|
-
flat: true,
|
|
246
245
|
indent: 2,
|
|
247
246
|
jsx: true,
|
|
248
247
|
quoteProps: "consistent-as-needed",
|
|
@@ -432,7 +431,7 @@ var typescript_default = [
|
|
|
432
431
|
"@typescript-eslint/consistent-type-assertions": ["warn", { assertionStyle: "as", objectLiteralTypeAssertions: "allow" }],
|
|
433
432
|
"@typescript-eslint/consistent-type-definitions": ["warn", "type"],
|
|
434
433
|
"@typescript-eslint/consistent-type-exports": "error",
|
|
435
|
-
"@typescript-eslint/consistent-type-imports": "error",
|
|
434
|
+
"@typescript-eslint/consistent-type-imports": ["error", { fixStyle: "inline-type-imports" }],
|
|
436
435
|
"@typescript-eslint/default-param-last": "warn",
|
|
437
436
|
"@typescript-eslint/explicit-member-accessibility": "error",
|
|
438
437
|
"@typescript-eslint/method-signature-style": "warn",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lichthagel/eslint-config",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20",
|
|
4
4
|
"description": "Licht's ESLint config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"types": "dist/index.d.ts",
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@eslint/js": "^9.11.1",
|
|
45
|
-
"@stylistic/eslint-plugin": "^
|
|
45
|
+
"@stylistic/eslint-plugin": "^4.0.0",
|
|
46
46
|
"eslint-plugin-perfectionist": "^4.0.0",
|
|
47
|
-
"eslint-plugin-unicorn": "^
|
|
48
|
-
"globals": "^
|
|
47
|
+
"eslint-plugin-unicorn": "^57.0.0",
|
|
48
|
+
"globals": "^16.0.0",
|
|
49
49
|
"typescript-eslint": "^8.7.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"eslint-plugin-solid": "^0.14.3",
|
|
60
60
|
"eslint-plugin-svelte": "^2.44.1",
|
|
61
61
|
"eslint-plugin-tailwindcss": "^3.17.4",
|
|
62
|
-
"eslint-typegen": "^
|
|
62
|
+
"eslint-typegen": "^2.0.0",
|
|
63
63
|
"husky": "^9.1.6",
|
|
64
64
|
"jiti": "^2.4.2",
|
|
65
65
|
"lint-staged": "^15.2.10",
|