eslint-config-giovanni
v4.0.0
Published
ESLint Config
Downloads
39
Readme
ESLint Settings
ESLint settings.
Included Plugins
eslint-plugin-
Installation
npm install eslint-config-giovanni
Usage
Create an ESLint settings file as follows.
module.exports = { extends: "giovanni" };
Depending on the project and the folder, include instead the relevant specific configurations, for instance:
module.exports = {
extends: [
"giovanni/browser",
"giovanni/react"
]
};
In this case, there's no need to include the base settings, as they're already included in the specific ones.