We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d0bf2 commit 4a72069Copy full SHA for 4a72069
package.json
@@ -47,7 +47,7 @@
47
"postinstall": "node postInstall.js",
48
"lint": "eslint --ext js,ts,tsx --report-unused-disable-directives --max-warnings 0 .",
49
"format": "prettier --write .",
50
- "format-cpp": "find src/ -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i",
+ "format-cpp": "clang-format --version; find src/ -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i",
51
"precommit": "npm run format-cpp && npm run format && npm run lint && npm test"
52
},
53
"main": "./index.js"
0 commit comments