Closed patricksimonian closed 5 years ago
Added husky/lint-staged to lint files on pre commit. In addition, I added a more strict eslint config and moved the config from package.json to a .eslintrc file.
package.json
.eslintrc
Added husky/lint-staged to lint files on pre commit. In addition, I added a more strict eslint config and moved the config from
package.json
to a.eslintrc
file.