Ngabello
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Ngabello created a post, using ESLint in lint-staged is preventing me from checking in code
currently in my package.json file I have "lint-staged": { "**/*.{ts,css,html,json,scss}": [ "prettier --write --config .prettierrc", "eslint" ]}, If I run ESLint on the individual files I g...