Skip to content

Commit c52ace4

Browse files
authored
script: fix complains that js files are not supported on npm run lint:fix (#852)
1 parent b4a3364 commit c52ace4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
"dev:incremental": "node test",
305305
"doc": "doxygen doc/Doxyfile",
306306
"lint": "node tools/clang-format.js",
307-
"lint:fix": "git-clang-format"
307+
"lint:fix": "git-clang-format '*.h', '*.cc'"
308308
},
309309
"pre-commit": "lint",
310310
"version": "3.0.2",

0 commit comments

Comments
 (0)