chore: fix lint command for windows

This commit is contained in:
syuilo 2022-04-23 12:50:37 +09:00
parent fd13173eaf
commit c2cae877ce

View file

@ -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",