diff --git a/package.json b/package.json index 06c3afb3..89b273e6 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,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" }, "dependencies": { "content-entry": "^9.0.1",