Skip to content

Commit

Permalink
chore: rename lint:tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Mar 6, 2024
1 parent 92aa9c7 commit 1ea928f
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 @@ -45,9 +45,9 @@
"test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme --section=API ./src/**/*.mjs",
"lint": "npm run lint:docs && npm run lint:tsc",
"lint": "npm run lint:docs && npm run lint:typescript",
"lint:docs": "documentation lint ./src/**/*.mjs",
"lint:tsc": "tsc --allowJs --checkJs --noEmit -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs",
"lint:typescript": "tsc --allowJs --checkJs --noEmit -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs",
"tsc:types": "tsc -d --allowJs --declarationDir dist --emitDeclarationOnly ./src/extract-from-package.mjs"
},
"dependencies": {
Expand Down

0 comments on commit 1ea928f

Please sign in to comment.