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 56310af commit 8f95415Copy full SHA for 8f95415
package.json
@@ -11,6 +11,9 @@
11
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
12
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'src/**/*.test.ts'"
13
},
14
+ "precommit": [
15
+ "lint"
16
+ ],
17
"keywords": [],
18
"author": "",
19
"license": "ISC",
0 commit comments