Skip to content

Commit 5f2efcd

Browse files
authored
Merge pull request kunalkapadia#101 from KunalKapadia/develop
Lint fix
2 parents 6244076 + 1eaad22 commit 5f2efcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"start": "gulp serve",
1414
"build": "gulp",
15-
"lint": "esw *.js server/**/*.js config/**/*.js --color",
15+
"lint": "esw *.js server config --color",
1616
"lint:watch": "npm run lint -- --watch",
1717
"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",
1818
"test:watch": "npm run test -- --watch",

0 commit comments

Comments
 (0)