diff --git a/package.json b/package.json index 4cbf84851..061b71603 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "fetch:sponsors": "node tools/fetch-sponsors.js", "fetch:team": "node tools/fetch-team-data.js", "install:playground": "cd src/playground && npm install --no-package-lock", - "lint": "npm-run-all --parallel lint:*", + "lint": "npm-run-all --parallel lint:js lint:md lint:scss", "lint:fix": "npm-run-all --parallel lint:fix:*", "lint:js": "eslint --ext=.js,.jsx .", "lint:fix:js": "eslint --ext=.js,.jsx . --fix",