Skip to content

Commit 71fb157

Browse files
committed
Include
1 parent ed27361 commit 71fb157

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
},
4646
"scripts": {
4747
"test": "NODE_NO_WARNINGS=1 npx --node-options='--require ts-node/register --loader=ts-node/esm' node cli.ts",
48-
"lint": "npx eslint . --ext .json,.mjs,.ts,.yml",
48+
"lint": "npx eslint . --ext .cjs,.js,.json,.mjs,.ts,.yml",
4949
"lint:fix": "npm run lint:fix:format && npm run lint:fix:lint",
50-
"lint:fix:format": "npx prettier \"**/*.{json,md,mjs,ts,yml}\" --write --log-level error",
51-
"lint:fix:lint": "npx eslint . --ext .json,.mjs,.ts,.yml --fix"
50+
"lint:fix:format": "npx prettier \"**/*.{cjs,js,json,md,mjs,ts,yml}\" --write --log-level error",
51+
"lint:fix:lint": "npx eslint . --ext .cjs,.js,.json,.mjs,.ts,.yml --fix"
5252
}
5353
}

0 commit comments

Comments
 (0)