@lichthagel/eslint-config 1.0.16 → 1.0.18
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 +3 -0
- package/dist/index.d.cts +900 -181
- package/dist/index.d.ts +900 -181
- package/dist/index.js +3 -0
- package/package.json +1 -3
package/dist/index.cjs
CHANGED
|
@@ -477,10 +477,13 @@ var typescript_default = [
|
|
|
477
477
|
"@typescript-eslint/consistent-indexed-object-style": ["warn", "index-signature"],
|
|
478
478
|
"@typescript-eslint/consistent-type-assertions": ["warn", { assertionStyle: "as", objectLiteralTypeAssertions: "allow" }],
|
|
479
479
|
"@typescript-eslint/consistent-type-definitions": ["warn", "type"],
|
|
480
|
+
"@typescript-eslint/consistent-type-exports": "error",
|
|
481
|
+
"@typescript-eslint/consistent-type-imports": "error",
|
|
480
482
|
"@typescript-eslint/default-param-last": "warn",
|
|
481
483
|
"@typescript-eslint/explicit-member-accessibility": "error",
|
|
482
484
|
"@typescript-eslint/method-signature-style": "warn",
|
|
483
485
|
"@typescript-eslint/no-array-constructor": "error",
|
|
486
|
+
"@typescript-eslint/no-useless-empty-export": "error",
|
|
484
487
|
"default-param-last": "off"
|
|
485
488
|
}
|
|
486
489
|
}
|