@lichthagel/eslint-config 1.0.18 → 1.0.19

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 CHANGED
@@ -478,7 +478,7 @@ var typescript_default = [
478
478
  "@typescript-eslint/consistent-type-assertions": ["warn", { assertionStyle: "as", objectLiteralTypeAssertions: "allow" }],
479
479
  "@typescript-eslint/consistent-type-definitions": ["warn", "type"],
480
480
  "@typescript-eslint/consistent-type-exports": "error",
481
- "@typescript-eslint/consistent-type-imports": "error",
481
+ "@typescript-eslint/consistent-type-imports": ["error", { fixStyle: "inline-type-imports" }],
482
482
  "@typescript-eslint/default-param-last": "warn",
483
483
  "@typescript-eslint/explicit-member-accessibility": "error",
484
484
  "@typescript-eslint/method-signature-style": "warn",
package/dist/index.js CHANGED
@@ -432,7 +432,7 @@ var typescript_default = [
432
432
  "@typescript-eslint/consistent-type-assertions": ["warn", { assertionStyle: "as", objectLiteralTypeAssertions: "allow" }],
433
433
  "@typescript-eslint/consistent-type-definitions": ["warn", "type"],
434
434
  "@typescript-eslint/consistent-type-exports": "error",
435
- "@typescript-eslint/consistent-type-imports": "error",
435
+ "@typescript-eslint/consistent-type-imports": ["error", { fixStyle: "inline-type-imports" }],
436
436
  "@typescript-eslint/default-param-last": "warn",
437
437
  "@typescript-eslint/explicit-member-accessibility": "error",
438
438
  "@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.18",
3
+ "version": "1.0.19",
4
4
  "description": "Licht's ESLint config",
5
5
  "keywords": [
6
6
  "eslint",