build: enabled unused-imports/no-unused-imports
rule
This commit is contained in:
parent
d5c96ca6fe
commit
df15f1a280
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ export default antfu({
|
||||||
ignoreStrings: true,
|
ignoreStrings: true,
|
||||||
ignoreTemplateLiterals: true,
|
ignoreTemplateLiterals: true,
|
||||||
}],
|
}],
|
||||||
|
'unused-imports/no-unused-imports': 'error',
|
||||||
'curly': ['error', 'multi-line'],
|
'curly': ['error', 'multi-line'],
|
||||||
'style/brace-style': ['error', '1tbs', { allowSingleLine: true }],
|
'style/brace-style': ['error', '1tbs', { allowSingleLine: true }],
|
||||||
'node/prefer-global/process': ['error', 'always'],
|
'node/prefer-global/process': ['error', 'always'],
|
||||||
|
|
Loading…
Reference in a new issue