We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e19856 commit 075e29fCopy full SHA for 075e29f
index.js
@@ -24,7 +24,7 @@ const rules = {
24
'no-duplicate-imports': [
25
'error',
26
{
27
- 'allowSeparateTypeImports': true,
+ allowSeparateTypeImports: true,
28
},
29
],
30
'no-empty-character-class': 'error',
0 commit comments