Skip to content

Commit 4ccc8fe

Browse files
author
Petr Konecny
committed
chore: linter config
1 parent 47932f3 commit 4ccc8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type:check": "tsc --noEmit",
2323
"format:check": "prettier --check '**/*.{ts,tsx,md,json}'",
2424
"format:fix": "prettier --write '**/*.{ts,tsx,md,json}'",
25-
"lint": "eslint .",
25+
"lint": "eslint ./src",
2626
"lint:fix": "eslint --fix .",
2727
"test": "jest --passWithNoTests"
2828
},

0 commit comments

Comments
 (0)