1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 23:15:47 +02:00

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
2 changed files with 59 additions and 47 deletions

View File

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