Skip to content

Commit

Permalink
feat: add support for rotki/eslint-plugin v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jul 8, 2024
1 parent 58aaa74 commit 9ec86cf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 98 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"@intlify/eslint-plugin-vue-i18n": "^2.0.0 || ^3.0.0",
"@rotki/eslint-plugin": ">=0.2.1",
"@rotki/eslint-plugin": ">=0.4.0",
"eslint": ">=8.57.0",
"eslint-plugin-cypress": ">=2.15.0",
"eslint-plugin-storybook": "^0.6.15 || ^0.8.0"
Expand Down
115 changes: 18 additions & 97 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export type Rules = WrapRuleConfig<
'@rotki/no-deprecated-props': RuleConfig<[]>;
'@rotki/no-deprecated-components': RuleConfig<[{ legacy?: boolean }]>;
'@rotki/no-legacy-library-import': RuleConfig<[]>;
'@rotki/consistent-ref-type-annotation': RuleConfig<[{ allowInference?: boolean }]>;
}
& Prefix<VueI18nRules, '@intlify/vue-i18n/'>
& Prefix<StorybookRules, 'storybook/'>
Expand Down

0 comments on commit 9ec86cf

Please sign in to comment.