@d-kuehn/eslint-config 1.1.0 → 2.0.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -831,6 +831,7 @@ var typescript = async (options = {}) => {
831
831
  selector: ["interface", "typeAlias"]
832
832
  }
833
833
  ],
834
+ "@typescript-eslint/no-import-type-side-effects": "error",
834
835
  "@typescript-eslint/no-unsafe-argument": "off",
835
836
  "@typescript-eslint/no-unsafe-assignment": "off",
836
837
  "@typescript-eslint/no-unsafe-call": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-kuehn/eslint-config",
3
- "version": "1.1.0",
3
+ "version": "2.0.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -32,7 +32,7 @@
32
32
  "@stylistic/eslint-plugin": "2.11.0",
33
33
  "@typescript-eslint/parser": "8.15.0",
34
34
  "@vitest/eslint-plugin": "1.1.10",
35
- "@vue/eslint-config-typescript": "14.1.3",
35
+ "@vue/eslint-config-typescript": "14.1.4",
36
36
  "eslint": "9.15.0",
37
37
  "eslint-flat-config-utils": "0.4.0",
38
38
  "eslint-plugin-import-x": "4.4.3",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/eslint__js": "8.42.3",
57
- "@types/node": "22.9.1",
57
+ "@types/node": "22.9.3",
58
58
  "tsup": "8.3.5",
59
59
  "typescript": "5.6.3"
60
60
  },