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.
2 parents 6244076 + 1eaad22 commit 5f2efcdCopy full SHA for 5f2efcd
package.json
@@ -12,7 +12,7 @@
12
"scripts": {
13
"start": "gulp serve",
14
"build": "gulp",
15
- "lint": "esw *.js server/**/*.js config/**/*.js --color",
+ "lint": "esw *.js server config --color",
16
"lint:watch": "npm run lint -- --watch",
17
"test": "NODE_ENV=test babel-node node_modules/.bin/isparta cover _mocha -- --ui bdd --reporter spec --colors --compilers js:babel-core/register ./server/**/*.test.js",
18
"test:watch": "npm run test -- --watch",
0 commit comments