@jetrockets/eslint-config-typescript
v0.0.171
Published
Base typescript eslint configuration for JetRockets workspace.
Downloads
190
Maintainers
Readme
Getting Started
A package for typescript linter configuration of javascript code
- Install package
npm install @jetrockets/eslint-config-base@latest @jetrockets/eslint-config-typescript@latest
- Enter your API in
.eslintrc.js
module.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