chore(pkg): update eslint config

This commit is contained in:
Braks
2022-05-11 21:29:36 +02:00
parent 22845c210d
commit ca552dc8ae
2 changed files with 2 additions and 1 deletions

View File

@@ -4,4 +4,5 @@ module.exports = {
'vue/no-setup-props-destructure': 0,
},
extends: ['../.eslintrc.js'],
ignorePatterns: ['!**/*'],
}

View File

@@ -24,7 +24,7 @@
"scripts": {
"prepare": "ts-patch install -s",
"build": "vite build",
"types": "yarn prepare && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && shx rm -rf tmp && yarn lint:dist",
"types": "yarn prepare && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && shx rm -rf tmp",
"typedoc": "typedoc --tsconfig tsconfig.docs.json dist/index.d.ts --out typedocs",
"theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css",
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path ../.gitignore .",