Skip to content

Commit bc5171c

Browse files
feat(eslint-plugin): enable valid-typeof rule
1 parent ea46ed6 commit bc5171c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/eslint-plugin/configs/general.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ const config = {
157157
],
158158
'sort-keys': ['error', 'asc', {caseSensitive: true, natural: true}],
159159
'spaced-comment': ['error', 'always'],
160+
'valid-typeof': 'error',
160161
},
161162
};
162163

0 commit comments

Comments
 (0)