chore: Remove unused eslint-rules & lint files

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent 103fc71857
commit f011ea61b1
5 changed files with 11 additions and 19 deletions
-10
View File
@@ -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 }],
}