summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-04-23 12:50:37 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-04-23 12:50:37 +0900
commitc2cae877ced2c814c7802bed7b620824a903d552 (patch)
treee457202020f852817ad993a87b90eb556939b73c
parentbump jsrsasign (diff)
downloadmisskey-c2cae877ced2c814c7802bed7b620824a903d552.tar.gz
misskey-c2cae877ced2c814c7802bed7b620824a903d552.tar.bz2
misskey-c2cae877ced2c814c7802bed7b620824a903d552.zip
chore: fix lint command for windows
-rw-r--r--packages/client/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/package.json b/packages/client/package.json
index bf492a4978..21093cdb7c 100644
--- a/packages/client/package.json
+++ b/packages/client/package.json
@@ -3,7 +3,7 @@
"scripts": {
"watch": "webpack --watch",
"build": "webpack",
- "lint": "eslint --quiet 'src/**/*.{ts,vue}'"
+ "lint": "eslint --quiet \"src/**/*.{ts,vue}\""
},
"resolutions": {
"chokidar": "^3.3.1",