@rotki/eslint-config 2.9.0 → 2.9.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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -233,6 +233,9 @@ type Rules = WrapRuleConfig<MergeIntersection<Prefix<RuleOptions, '@typescript-e
|
|
|
233
233
|
legacy?: boolean;
|
|
234
234
|
}]>;
|
|
235
235
|
'@rotki/no-legacy-library-import': RuleConfig<[]>;
|
|
236
|
+
'@rotki/consistent-ref-type-annotation': RuleConfig<[{
|
|
237
|
+
allowInference?: boolean;
|
|
238
|
+
}]>;
|
|
236
239
|
} & Prefix<VueI18nRules, '@intlify/vue-i18n/'> & Prefix<StorybookRules, 'storybook/'>>>;
|
|
237
240
|
type FlatConfigItem = Omit<FlatESLintConfigItem<Rules, false>, 'plugins'> & {
|
|
238
241
|
plugins?: Record<string, any>;
|
package/dist/index.d.ts
CHANGED
|
@@ -233,6 +233,9 @@ type Rules = WrapRuleConfig<MergeIntersection<Prefix<RuleOptions, '@typescript-e
|
|
|
233
233
|
legacy?: boolean;
|
|
234
234
|
}]>;
|
|
235
235
|
'@rotki/no-legacy-library-import': RuleConfig<[]>;
|
|
236
|
+
'@rotki/consistent-ref-type-annotation': RuleConfig<[{
|
|
237
|
+
allowInference?: boolean;
|
|
238
|
+
}]>;
|
|
236
239
|
} & Prefix<VueI18nRules, '@intlify/vue-i18n/'> & Prefix<StorybookRules, 'storybook/'>>>;
|
|
237
240
|
type FlatConfigItem = Omit<FlatESLintConfigItem<Rules, false>, 'plugins'> & {
|
|
238
241
|
plugins?: Record<string, any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotki/eslint-config",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"bugs": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@intlify/eslint-plugin-vue-i18n": "^2.0.0 || ^3.0.0",
|
|
27
|
-
"@rotki/eslint-plugin": ">=0.
|
|
27
|
+
"@rotki/eslint-plugin": ">=0.4.0",
|
|
28
28
|
"eslint": ">=8.57.0",
|
|
29
29
|
"eslint-plugin-cypress": ">=2.15.0",
|
|
30
30
|
"eslint-plugin-storybook": "^0.6.15 || ^0.8.0"
|