fix(lint): Update eslint path

This commit is contained in:
Brandon
2021-02-16 01:06:03 -06:00
parent 9b1241997e
commit ac7312ea15

View File

@@ -14,7 +14,7 @@
"clear": "wp acorn optimize:clear",
"test": "npm run lint",
"lint": "npm run lint:js && npm run lint:css",
"lint:js": "eslint resources/js",
"lint:js": "eslint resources/scripts",
"lint:css": "stylelint \"resources/**/*.{css,scss,vue}\"",
"translate": "npm run translate:pot && npm run translate:js",
"translate:pot": "wp i18n make-pot . ./resources/lang/sage.pot --ignore-domain --include=\"app,resources\"",