@jetrockets/eslint-config-typescript

0.0.171 • Public • Published

npm (scoped with tag)


Logo

JetRockets Standarts

A typescript lint configuration for your JetRockets projects
Report Bug · Request Feature


Getting Started

A package for typescript linter configuration of javascript code

  1. Install package
    npm install @jetrockets/eslint-config-base@latest @jetrockets/eslint-config-typescript@latest
  2. Enter your API in .eslintrc.js
    module.exports = {
      extends: [
       '@jetrockets/eslint-config-base',
       '@jetrockets/eslint-config-typescript',
       ...
     ],
     ...
    }

    (back to top)

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingRule)
  3. Commit your Changes (git commit -m 'Add some AmazingRule')
  4. Push to the Branch (git push origin feature/AmazingRule)
  5. Open a Pull Request

(back to top)

Package Sidebar

Install

npm i @jetrockets/eslint-config-typescript

Weekly Downloads

67

Version

0.0.171

License

ISC

Unpacked Size

5.92 kB

Total Files

6

Last publish

Collaborators

  • maksim_romanov