Skip to content

Commit

Permalink
script: fix complains that js files are not supported on npm run lint…
Browse files Browse the repository at this point in the history
…:fix (#852)
  • Loading branch information
legendecas committed Dec 11, 2020
1 parent b4a3364 commit c52ace4
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 @@ -304,7 +304,7 @@
"dev:incremental": "node test",
"doc": "doxygen doc/Doxyfile",
"lint": "node tools/clang-format.js",
"lint:fix": "git-clang-format"
"lint:fix": "git-clang-format '*.h', '*.cc'"
},
"pre-commit": "lint",
"version": "3.0.2",
Expand Down

0 comments on commit c52ace4

Please sign in to comment.