Skip to content

Commit 4fe5bfb

Browse files
committed
fix: add missing common rule
1 parent 0c91022 commit 4fe5bfb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ module.exports = {
146146
extends: ['@metamask/eslint-config-typescript'],
147147
parserOptions,
148148
rules: {
149+
...tsCommonRules,
150+
149151
// TODO: re-lint everything once the migration is done
150152
'@typescript-eslint/consistent-type-imports': 'off',
151153
'@typescript-eslint/naming-convention': 'off',

0 commit comments

Comments
 (0)