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 1142a35 commit e007364Copy full SHA for e007364
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"build": "node-gyp rebuild",
9
"clean": "node-gyp clean",
10
- "lint": "prettier --check index.js",
+ "lint": "clang-format --dry-run -Werror permissions.mm && prettier --check index.js",
11
"format": "clang-format -i permissions.mm && prettier --write index.js",
12
"test": "./node_modules/.bin/mocha --reporter spec"
13
},
0 commit comments