1.0.0 • Published 4 years ago
eslint-plugin-rental-web-eslint-common v1.0.0
eslint-plugin-rental-web-eslint-common
common eslint
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-rental-web-eslint-common:
npm install eslint-plugin-rental-web-eslint-common --save-devUsage
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"],
}