We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932bb39 commit 3715843Copy full SHA for 3715843
frontend/package.json
@@ -29,7 +29,7 @@
29
"build-storybook": "storybook build",
30
"test-storybook": "test-storybook --coverage",
31
"prepare": "cd .. && husky frontend/.husky",
32
- "lint": "eslint .",
+ "lint": "eslint src",
33
"lint:fix": "eslint --fix src"
34
},
35
"browserslist": {
0 commit comments