eslint-plugin-front-server
v0.0.0
Published
Custom lint rules used by the backend team at Front
Downloads
2
Maintainers
Readme
eslint-plugin-front-server
This is meant to hold all the custom lint rules used by the backend team at Front.
Testing
Testing and linting are not automatic! Please run npm run test locally, if you're making changes to this repo.
Likewise, we have no pre-commit hooks or lint tests to enforce code style. If you're making changes, please run npm run lint:prettier to ensure code cleanliness.
TODO
- [ ] As of May 18, 2022, we have one other custom eslint rule: https://github.com/frontapp/eslint-plugin-require-in-package. We ought to move that rule into this repo.
- [ ] Add automated
mochaand lint checks
