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 e65d51a commit 43889f0Copy full SHA for 43889f0
package.json
@@ -5,7 +5,9 @@
5
"description": "Nimbella add-on for Netlify to extends Netlify Sites with serverless functions and stateful APIs using Nimbella Cloud.",
6
"scripts": {
7
"setup": "yarn install",
8
- "test": "xo && jest --coverage"
+ "test": "xo --no-semicolon && jest --coverage",
9
+ "lint": "xo --no-semicolon",
10
+ "lint-fix": "xo --no-semicolon --fix"
11
},
12
"repository": {
13
"type": "git",
0 commit comments