Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6cd10e

Browse files
committed
new lint command
1 parent d1bb557 commit e6cd10e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"homepage": "https://github.com/checkdigit/typescript-config#readme",
2727
"scripts": {
2828
"prepublishOnly": "npm run build-builder",
29-
"lint:fix": "eslint -f unix --ext .ts,.mts src --fix",
30-
"lint": "eslint --max-warnings 0 -f unix --ext .ts,.mts src",
29+
"lint:fix": "eslint --ignore-path .gitignore . --fix",
30+
"lint": "eslint --max-warnings 0 --ignore-path .gitignore .",
3131
"prettier": "prettier --ignore-path .gitignore --list-different .",
3232
"prettier:fix": "prettier --ignore-path .gitignore --write .",
3333
"test": "npm run ci:compile && npm run ci:test && npm run ci:lint && npm run ci:style",

0 commit comments

Comments
 (0)