Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
update lint command
  • Loading branch information
epreston committed Aug 6, 2023
1 parent d624495 commit 98a33d8
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 @@ -18,7 +18,7 @@
"scripts": {
"build": "node scripts/build.js",
"check": "node scripts/circular.js",
"lint": "eslint . --ext .js",
"lint": "eslint --ext .js --report-unused-disable-directives --env-info .",
"test": "vitest",
"test-run": "vitest run",
"test-coverage": "vitest run --coverage.enabled"
Expand Down

0 comments on commit 98a33d8

Please sign in to comment.