Skip to content

Commit

Permalink
define eslint script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pleary committed Nov 20, 2024
1 parent cf649ca commit bdc06b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"test": "NODE_ENV=test mocha --recursive --exit",
"coverage": "NODE_ENV=test nyc --reporter=lcov --reporter=text-summary npm run test",
"webpack": "webpack",
"webpack-watch": "webpack watch"
"webpack-watch": "webpack watch",
"eslint": "./node_modules/.bin/eslint ."
},
"dependencies": {
"cross-fetch": "^4.0.0",
Expand Down

0 comments on commit bdc06b9

Please sign in to comment.