Skip to content

Commit 186ebfc

Browse files
committed
chore: updated lint script
1 parent 82c21e0 commit 186ebfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"validate": "validate-package-exports --check --verify --info",
7373
"build": "tsc --build tsconfig.cjs.json tsconfig.mjs.json --force",
7474
"postbuild": "echo '{\"type\":\"commonjs\"}' > ./dist/cjs/package.json && echo '{\"type\":\"module\"}' > ./dist/mjs/package.json && pnpm validate",
75-
"lint": "eslint ./*{js,cjs,mjs,mts} ./src ./test ./examples",
75+
"lint": "eslint ./*.{js,cjs,mjs,ts,cts,mts} ./src ./test ./examples",
7676
"typecheck": "tsc --build --verbose",
7777
"spellcheck": "cspell --no-progress './{.github,src,examples,test}/**/*.{ts,js,json,yml}' './*.{md,js,mjs,mts}' './package.json'",
7878
"format": "prettier --write ./*.{mts,mjs,json,md} ./src/ ./test/ --no-error-on-unmatched-pattern",

0 commit comments

Comments
 (0)