@rotki/eslint-config 3.7.0 → 3.7.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.
package/dist/index.d.cts CHANGED
@@ -11578,7 +11578,7 @@ interface OptionsConfig extends OptionsComponentExts, OptionsProjectType {
11578
11578
  *
11579
11579
  * @default false
11580
11580
  */
11581
- rotki?: boolean;
11581
+ rotki?: boolean | OptionsOverrides;
11582
11582
  /**
11583
11583
  * Enable vue-i18n linting support.
11584
11584
  * Requires installing:
package/dist/index.d.ts CHANGED
@@ -11578,7 +11578,7 @@ interface OptionsConfig extends OptionsComponentExts, OptionsProjectType {
11578
11578
  *
11579
11579
  * @default false
11580
11580
  */
11581
- rotki?: boolean;
11581
+ rotki?: boolean | OptionsOverrides;
11582
11582
  /**
11583
11583
  * Enable vue-i18n linting support.
11584
11584
  * Requires installing:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotki/eslint-config",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "type": "module",
5
5
  "license": "AGPL-3.0",
6
6
  "bugs": {
@@ -100,7 +100,7 @@
100
100
  "rimraf": "6.0.1",
101
101
  "tsup": "8.3.6",
102
102
  "typescript": "5.7.3",
103
- "@rotki/eslint-config": "3.7.0"
103
+ "@rotki/eslint-config": "3.7.1"
104
104
  },
105
105
  "engines": {
106
106
  "node": ">=20 <21",