Skip to content

Commit 521386d

Browse files
committed
chore(scripts): tidy up
1 parent 50aad7e commit 521386d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"build:bundles": "node ./scripts/esbuild.config.mjs",
3636
"build:types": "tsc -p tsconfig.build.json",
3737
"check:types": "tsc -p tsconfig.json",
38-
"format:check": "prettier --check \"{**/*,*}.{js,ts}\"",
38+
"format:check": "prettier --check \"{**/*,*}.{js,cjs,mjs,ts}\"",
3939
"format:write": "npm run format:check -- --write",
40-
"lint": "eslint --ext \".js,.ts\" .",
40+
"lint": "eslint --ext \".js,.cjs,.mjs,.ts\" .",
4141
"lint:fix": "npm run lint -- --fix",
4242
"release": "release-it",
4343
"test": "jest",

0 commit comments

Comments
 (0)