Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bb557 commit e6cd10eCopy full SHA for e6cd10e
package.json
@@ -26,8 +26,8 @@
26
"homepage": "https://github.com/checkdigit/typescript-config#readme",
27
"scripts": {
28
"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",
+ "lint:fix": "eslint --ignore-path .gitignore . --fix",
+ "lint": "eslint --max-warnings 0 --ignore-path .gitignore .",
31
"prettier": "prettier --ignore-path .gitignore --list-different .",
32
"prettier:fix": "prettier --ignore-path .gitignore --write .",
33
"test": "npm run ci:compile && npm run ci:test && npm run ci:lint && npm run ci:style",
0 commit comments