eslint-config-imbudhiraja

2.0.0 • Public • Published

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.

Package Sidebar

Install

npm i eslint-config-imbudhiraja

Weekly Downloads

15

Version

2.0.0

License

MIT

Unpacked Size

7.1 kB

Total Files

6

Last publish

Collaborators

  • iammanishbudhiraja