0.0.171 • Published 3 years ago
@jetrockets/eslint-config-typescript v0.0.171
Getting Started
A package for typescript linter configuration of javascript code
- Install packagenpm install @jetrockets/eslint-config-base@latest @jetrockets/eslint-config-typescript@latest
- Enter your API in .eslintrc.jsmodule.exports = { extends: [ '@jetrockets/eslint-config-base', '@jetrockets/eslint-config-typescript', ... ], ... }
Contributing
Let's make the best linter ever! Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingRule)
- Commit your Changes (git commit -m 'Add some AmazingRule')
- Push to the Branch (git push origin feature/AmazingRule)
- Open a Pull Request