chore: lint

This commit is contained in:
Braks
2022-05-27 23:36:01 +02:00
parent 9510f3dd54
commit bae5d1e26d
7 changed files with 1025 additions and 631 deletions
+1
View File
@@ -2,6 +2,7 @@ module.exports = {
rules: {
'no-use-before-define': 0,
'vue/no-setup-props-destructure': 0,
'react/prop-types': 0,
},
extends: ['../../.eslintrc.js'],
ignorePatterns: ['!**/*'],