Skip to content

Commit

Permalink
run only the JS linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jun 21, 2024
1 parent 7b7dc3a commit 1b4b985
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 @@ -53,7 +53,7 @@
}
],
"scripts": {
"test": "npm run lint && mocha && npm run test:stress 20",
"test": "npm run lint:js && mocha && npm run test:stress 20",
"bench": "node bench/streams.js",
"lint:cpp": "clang-format -i src/*.cpp src/*.hpp && clang-format -i src/*/*.cpp src/*/*.hpp",
"lint:js": "eslint lib test examples",
Expand Down

0 comments on commit 1b4b985

Please sign in to comment.