0.0.5 • Published 2 years ago

@amittksharma/eslint-checker v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-checker

npm.io

eslint-checker is the module to synchronize linting rules in the distributed development environment.

  • Works on the latest eslint rules
  • Serves linting rules for Typescript, React (tsx support) and Nodejs projects
  • Easily extensible
  • Easy incorporation

Usage

The package can be integrated very easily in any project.

 - npm i @amittksharma/eslint-checker --save

Create a eslint.json file in the root folder of your project and add the following:

{
  "extends": "eslint-checker/eslint"
}

Incorporation for React projects (.tsx files)

{
  "extends": "eslint-checker/react.eslint"
}

Reference Linting Rules:

Eslint Rules

License

MIT