Skip to content

Commit

Permalink
update lint
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarbjorntvedt committed Dec 23, 2023
1 parent 7428bb8 commit 3bb9684
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 @@
"clean": "rm -rf package-lock.json node_modules",
"test": "npm run mocha",
"mocha": "mocha --exit --recursive --timeout 10000 ./test/**/*.test.js",
"lint": "npx eslint src test",
"lint": "npx eslint test *.js",
"lint:fix": "npm run lint -- --fix",
"prettier": "npx prettier . --check",
"prettier:fix": "npm run prettier -- --write",
Expand Down

0 comments on commit 3bb9684

Please sign in to comment.