chore: add eslint rule to show error on unused vars
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -2,6 +2,7 @@ const baseRules = {
|
||||
'vue/no-setup-props-destructure': 0,
|
||||
'no-console': 0,
|
||||
'chai-friendly/no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }],
|
||||
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_', varsIgnorePattern: '^_' }],
|
||||
'prettier/prettier': ['error', {}, { usePrettierrc: true }],
|
||||
'antfu/if-newline': 0,
|
||||
'antfu/generic-spacing': 0,
|
||||
|
||||
Reference in New Issue
Block a user