We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e240fa commit ed17883Copy full SHA for ed17883
1 file changed
package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"build": "tsc",
8
"test": "jest --bail",
9
+ "lint": "eslint . --ext .ts,.js --ignore-path .gitignore",
10
"lint:types": "tsc --noEmit",
11
"postinstall": "husky install",
12
"prepublishOnly": "pinst --disable",
0 commit comments