1.2.1 • Published 3 years ago

eslint-config-vipul-base v1.2.1

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

ESLint Config

Build npm downloads License PRs Welcome All Contributors

What's this ?

This is base eslint configuration which can be used across projects without need to maintain all rules project wise. We can add project wise rule changes if required any.

How to Use ?

Install

npm i eslint-config-vipul-base

Then in ESLint config object i.e .eslintrc , use extends : "eslint-config-vipul-base" as given below

{
  "root": true,
  "extends": "eslint-config-vipul-base",

  "rules": {
    // Overrides
  },

  // Rules limited to specific locations
  "overrides": []
}

Authors

  • Vipul Wairagade

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

1.2.0

3 years ago

1.2.1

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago