Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Apr 10, 2024
1 parent 0415d9c commit 671118e
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 @@ -5,7 +5,7 @@
"type": "module",
"main": "index.js",
"scripts": {
"lint": "eslint -c index.js .",
"lint": "eslint -c index.js",
"lint:ci": "eslint -c index.js --format junit -o reports/junit/eslint-results.xml",
"release": "changeset publish"
},
Expand Down

0 comments on commit 671118e

Please sign in to comment.