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 dc9f51d commit 1995c74Copy full SHA for 1995c74
.prettierignore
@@ -5,4 +5,5 @@ coverage
5
bin
6
7
# Types
8
-src/types/*
+src/types/*
9
+*.svg
package.json
@@ -1,14 +1,13 @@
1
{
2
"name": "codehawk-cli",
3
- "version": "7.1.0",
+ "version": "7.1.2",
4
"description": "Static analysis tool for JavaScript projects",
"scripts": {
"build:watch": "tsc --watch",
"build": "tsc",
"isclean": "git diff --exit-code",
"lint:fix": "eslint --fix src/*.**",
10
"lint": "eslint src/*.**",
11
- "prepublishOnly": "yarn build && yarn test",
12
"prettier:fix": "prettier --write src",
13
"prettier": "prettier --check src",
14
"reflect": "node build/index.js src",
0 commit comments