Skip to content

Commit 075e29f

Browse files
authored
Lint the linter
1 parent 8e19856 commit 075e29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const rules = {
2424
'no-duplicate-imports': [
2525
'error',
2626
{
27-
'allowSeparateTypeImports': true,
27+
allowSeparateTypeImports: true,
2828
},
2929
],
3030
'no-empty-character-class': 'error',

0 commit comments

Comments
 (0)