Skip to content

Commit 43889f0

Browse files
committed
Add lint fix target.
1 parent e65d51a commit 43889f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"description": "Nimbella add-on for Netlify to extends Netlify Sites with serverless functions and stateful APIs using Nimbella Cloud.",
66
"scripts": {
77
"setup": "yarn install",
8-
"test": "xo && jest --coverage"
8+
"test": "xo --no-semicolon && jest --coverage",
9+
"lint": "xo --no-semicolon",
10+
"lint-fix": "xo --no-semicolon --fix"
911
},
1012
"repository": {
1113
"type": "git",

0 commit comments

Comments
 (0)