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 47932f3 commit 4ccc8feCopy full SHA for 4ccc8fe
package.json
@@ -22,7 +22,7 @@
22
"type:check": "tsc --noEmit",
23
"format:check": "prettier --check '**/*.{ts,tsx,md,json}'",
24
"format:fix": "prettier --write '**/*.{ts,tsx,md,json}'",
25
- "lint": "eslint .",
+ "lint": "eslint ./src",
26
"lint:fix": "eslint --fix .",
27
"test": "jest --passWithNoTests"
28
},
0 commit comments