4.0.0 • Published 7 years ago
eslint-config-giovanni v4.0.0
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.
Available configurations
4.0.0
7 years ago
3.1.0
7 years ago
3.0.0
8 years ago
2.1.4
8 years ago
2.1.3
8 years ago
2.1.2
8 years ago
2.1.1
8 years ago
2.1.0
9 years ago
2.0.3
9 years ago
2.0.2
9 years ago
2.0.0
9 years ago
1.1.6
9 years ago
1.1.5
9 years ago
1.1.4
9 years ago
1.1.3
9 years ago
1.1.2
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.0
9 years ago