diff --git a/package.json b/package.json index b20822f77c461988eae7c126ba310b3fa6ce44a0..71e501b591dd2af958da2361f34a2b32cb5fbc8b 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "postinstall": "node ./scripts/postinstall.js", "start": "cross-env NODE_ENV=development webpack-dev-server", "build": "rimraf ./public && cross-env NODE_ENV=production webpack --mode=production", - "prettier": "prettier --write src/**/*.js", - "lint": "eslint *.js src/**/*.js" + "prettier": "prettier --write '*.js' 'src/**/*.js'", + "lint": "eslint '*.js' 'src/**/*.js'" }, "dependencies": { "@fortawesome/fontawesome": "^1.1.5",