chore: Remove unused eslint-rules & lint files
This commit is contained in:
@@ -1,14 +1,4 @@
|
||||
const baseRules = {
|
||||
'@typescript-eslint/triple-slash-reference': 0,
|
||||
'no-console': 0,
|
||||
'vue/valid-v-slot': [
|
||||
'error',
|
||||
{
|
||||
allowModifiers: true,
|
||||
},
|
||||
],
|
||||
'no-unused-expressions': ['off', { allowTernary: true }],
|
||||
'no-use-before-define': 0,
|
||||
'chai-friendly/no-unused-expressions': ['error', { allowShortCircuit: true, allowTernary: true }],
|
||||
'prettier/prettier': ['error', {}, { usePrettierrc: true }],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user