fix(client): import shared ESLint config in client package (#8761)

This commit is contained in:
Andreas Nedbal 2022-05-30 04:37:34 +02:00 committed by GitHub
parent ebc2566130
commit 3905185463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 59 additions and 47 deletions

View file

@ -39,6 +39,7 @@
},
"compileOnSave": false,
"include": [
".eslintrc.js",
"./**/*.ts",
"./**/*.vue"
]