Skip to content

Commit

Permalink
eslint all proejct files
Browse files Browse the repository at this point in the history
  • Loading branch information
arielhad committed Oct 24, 2020
1 parent a630390 commit cfd69a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js --recursive ./test",
"test-lint": "npx eslint ./src",
"test-lint": "npx eslint .",
"test:watch": "npm run test -- --watch",
"build": "webpack -p --define process.env.NODE_ENV='\"production\"' --progress --colors"
},
Expand Down

0 comments on commit cfd69a5

Please sign in to comment.