Skip to content

Commit

Permalink
build: pass directories to eslint instead of globs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Krol committed Nov 14, 2023
1 parent cbaf95a commit 78c57db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:unit:watch": "jest --watch test/unit/* test/server/*",
"test:e2e:local": "IS_TEST=true protractor protractor.local.config.js",
"test:e2e:saucelabs": "IS_TEST=true protractor protractor.saucelabs.config.js",
"test:lint": "eslint lib/**/*.js test/**/*.js",
"test:lint": "eslint lib/ test/ *.js",
"test:flow": "flow; FLOW_RESULT=$?; flow stop; test $FLOW_RESULT -eq 0 -o $? -eq 2",
"webdriver:start": "webdriver-manager update && webdriver-manager start",
"devServer": "BEACON_SERVER_PORTS='3009,3010,3011' node test/server/server",
Expand Down

0 comments on commit 78c57db

Please sign in to comment.