We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88517e7 commit d4148b3Copy full SHA for d4148b3
package.json
@@ -39,6 +39,7 @@
39
"test": "npm-run-all test:*",
40
"test:unit": "NODE_ENV=test jest --passWithNoTests",
41
"test:type": "NODE_ENV=production tsc --noEmit",
42
+ "lint": "eslint ./src --ext .js,.ts,.tsx",
43
"prepare": "yarn prod",
44
"release": "release-it"
45
},
0 commit comments