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 dcb526d commit 3655dceCopy full SHA for 3655dce
package.json
@@ -6,7 +6,7 @@
6
"node": "./node-dist.js",
7
"types": "./types/zadeh.d.ts",
8
"scripts": {
9
- "format": "prettier --write . && clang-format -i src/*.cc src/*.h",
+ "format": "prettier --write . && clang-format -i src/*.h src/binding/*.cc src/binding/*.h",
10
"tidy": "clang-tidy src/*.cc src/*.h",
11
"tidy:fix": "clang-tidy src/*.cc src/*.h --fix --fix-errors",
12
"native:clean": "shx rm -rf build prebuilds",
rollup.config.js
@@ -13,6 +13,6 @@ export default [
13
},
14
],
15
plugins: plugins,
16
- external: ['node-gyp-build']
+ external: ["node-gyp-build"],
17
18
]
0 commit comments