1.0.0 • Published 3 years ago

eslint-plugin-rental-web-eslint-common v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

eslint-plugin-rental-web-eslint-common

common eslint

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-rental-web-eslint-common:

npm install eslint-plugin-rental-web-eslint-common --save-dev

Usage

Add rental-web-eslint-common to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "root": true,
    "plugins": ["rental-web-eslint-common"],
    "extends": ["plugin:rental-web-eslint-common/react"],
}