Skip to content

Commit

Permalink
Lint both js and cjs files.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed May 31, 2024
1 parent ecb9a84 commit b01b141
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 @@ -39,7 +39,7 @@
},
"scripts": {
"test": "mocha tests/ --reporter @digitalbazaar/mocha-w3c-interop-reporter --reporter-options abstract=\"$PWD/abstract.hbs\",reportDir=\"$PWD/reports\",respec=\"$PWD/respecConfig.json\",templateData=\"$PWD/reports/index.json\",title=\"Ed25519Signature 2020 Interoperability Report 1.0\",suiteLog='./suite.log' --timeout 15000 --preserve-symlinks",
"lint": "eslint ."
"lint": "eslint --ext .js,.cjs ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b01b141

Please sign in to comment.