@rotki/eslint-config 4.2.0 → 4.2.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 +0 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -552,7 +552,6 @@ async function imports(options = {}) {
552
552
  "antfu/import-dedupe": "error",
553
553
  "antfu/no-import-dist": "error",
554
554
  "antfu/no-import-node-modules-by-path": "error",
555
- "import/consistent-type-specifier-style": ["error", "top-level"],
556
555
  "import/first": "error",
557
556
  "import/no-default-export": "warn",
558
557
  "import/no-duplicates": ["error", { "prefer-inline": true }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotki/eslint-config",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "type": "module",
5
5
  "license": "AGPL-3.0",
6
6
  "bugs": {
@@ -95,7 +95,7 @@
95
95
  "tsdown": "0.12.9",
96
96
  "tsx": "4.20.3",
97
97
  "typescript": "5.8.2",
98
- "@rotki/eslint-config": "4.2.0"
98
+ "@rotki/eslint-config": "4.2.1"
99
99
  },
100
100
  "engines": {
101
101
  "node": ">=22 <23",