Skip to content

Commit

Permalink
Switch spec linter to JS
Browse files Browse the repository at this point in the history
  • Loading branch information
raucao committed Aug 9, 2024
1 parent 9b350d0 commit ca8b5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"test:watch": "mocha test/unit/*.test.mjs --watch --reporter dot",
"lint": "eslint --ext=ts src/",
"lint:quiet": "eslint --quiet --ext=ts src/",
"lint:specs": "eslint test/unit/*.ts",
"lint:specs:quiet": "eslint --quiet test/unit/*.ts",
"lint:specs": "eslint test/unit/*.mjs",
"lint:specs:quiet": "eslint --quiet test/unit/*.mjs",
"format": "esformatter --config esformatter-config.json -i src/sync.js",
"build:js": "tsc -d --declarationDir release/types --declarationMap",
"build:release": "NODE_ENV=production webpack --mode=production",
Expand Down

0 comments on commit ca8b5dc

Please sign in to comment.