1.1.3 • Published 10 years ago
eslint-config-giovanni v1.1.3
ESLint Settings

ESLint settings.
Included Plugins
eslint-plugin-
Installation
npm install eslint-config-giovanniUsage
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
8 years ago
3.0.0
8 years ago
2.1.4
9 years ago
2.1.3
9 years ago
2.1.2
9 years ago
2.1.1
9 years ago
2.1.0
9 years ago
2.0.3
9 years ago
2.0.2
9 years ago
2.0.0
10 years ago
1.1.6
10 years ago
1.1.5
10 years ago
1.1.4
10 years ago
1.1.3
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.0
10 years ago