Closed j-chimienti closed 6 years ago
changes:
"scripts": { "format": "prettier --write \"app/**/*.js\"", "precommit": "lint-staged", "lint": "eslint app/scripts", "lint:fix": "eslint app/scripts --fix" },
@j-chimienti which linter are you using?
I'm using https://prettier.io/ which can be run w/ format script. Also integrated to be run w/ pre-commit hooks
format
Planning on fixing conflicts shortly
changes: