Skip to content

Commit

Permalink
chore: lint mjs files
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jan 30, 2024
1 parent c6c9778 commit 5a52c5f
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 @@ -28,7 +28,7 @@
"license": "MIT",
"scripts": {
"all": "run-s lint test-coverage",
"lint": "eslint .",
"lint": "eslint . --ext js,mjs",
"dev": "npm test -- --watch",
"test": "mocha --exclude 'test/integration/*/**' 'test/**/*.*js'",
"test-coverage": "nyc --reporter=lcov --reporter=html npm test",
Expand Down

0 comments on commit 5a52c5f

Please sign in to comment.