@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.cjs
CHANGED
|
@@ -288,7 +288,6 @@ var stylistic_default = [
|
|
|
288
288
|
arrowParens: true,
|
|
289
289
|
braceStyle: "1tbs",
|
|
290
290
|
commaDangle: "always-multiline",
|
|
291
|
-
flat: true,
|
|
292
291
|
indent: 2,
|
|
293
292
|
jsx: true,
|
|
294
293
|
quoteProps: "consistent-as-needed",
|
|
@@ -478,7 +477,7 @@ var typescript_default = [
|
|
|
478
477
|
"@typescript-eslint/consistent-type-assertions": ["warn", { assertionStyle: "as", objectLiteralTypeAssertions: "allow" }],
|
|
479
478
|
"@typescript-eslint/consistent-type-definitions": ["warn", "type"],
|
|
480
479
|
"@typescript-eslint/consistent-type-exports": "error",
|
|
481
|
-
"@typescript-eslint/consistent-type-imports": "error",
|
|
480
|
+
"@typescript-eslint/consistent-type-imports": ["error", { fixStyle: "inline-type-imports" }],
|
|
482
481
|
"@typescript-eslint/default-param-last": "warn",
|
|
483
482
|
"@typescript-eslint/explicit-member-accessibility": "error",
|
|
484
483
|
"@typescript-eslint/method-signature-style": "warn",
|