2.0.0 • Published 2 years ago

eslint-config-imbudhiraja v2.0.0

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

eslint-config-imbudhiraja

eslint-config-imbudhiraja is a library for eslint-rules.

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm

npm install eslint eslint-config-imbudhiraja --save-dev

Usage

To use this library you need to extend

1. Nodejs , Meteor (Backend technologies)
  Update your .eslintrc as below

  module.exports = {
    "extends": "imbudhiraja"
  }

2. Reactjs
  Update your .eslintrc as below

  module.exports = {
    "extends": "imbudhiraja/react"
  }

3. React-Native
  Update your .eslintrc as below

  module.exports = {
    "extends": "imbudhiraja/react-native"
  }

Dependencies

  1. babel-eslint
  2. eslint
  3. eslint-config-airbnb-base
  4. eslint-config-airbnb
  5. eslint-plugin-filenames
  6. eslint-plugin-import
  7. npm-run-all
  8. eslint-plugin-react
  9. eslint-plugin-html
  10. eslint-plugin-jsx-a11y

Peer Dependencies

  1. eslint: JavaScript linter

License

eslint-config-imbudhiraja library is distributed under MIT license.