-
Notifications
You must be signed in to change notification settings - Fork 43
Fix Lint in windows #124
Copy link
Copy link
Open
Description
Expected Behavior
On windows npm run lint gives an error.
So we can't commit and push as we husky will give the error again.
Possible Solution
One solution is to add another command for windows in package.json file
like "lint-win": "eslint ./public/*.js *.js --fix"
and use or in pre-commit so that any one of them will run.
Your Environment
- Version used:
Windows 10
Would you like to work on this issue?
No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels