diff --git a/package.json b/package.json index aba92659..30dbcda1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test:e2e:watch": "jest --testPathPattern=test/e2e --watch", "prepare": "npm run build-vendor", "build-vendor": "node scripts/bundle-vendor.js", - "lint": "eslint src", + "lint": "eslint src scripts", "precommit": "npm run lint", "prepush": "npm run test" },