Skip to content

Commit 85c4ac7

Browse files
committed
Skipping linting on preversion as it requires major fix
1 parent dec6f6e commit 85c4ac7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"lint": "xo --fix",
1111
"coverage": "npm run compile && nyc --reporter=lcov ava --timeout=30s",
1212
"docs": "jsdoc -c ./conf.json --readme ./README.md",
13-
"coveralls": "npm run coverage | coveralls",
14-
"preversion": "npm run lint"
13+
"coveralls": "npm run coverage | coveralls"
1514
},
1615
"xo": {
1716
"prettier": true,

0 commit comments

Comments
 (0)