4.0.0 • Published 6 years ago

eslint-config-giovanni v4.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

ESLint Settings NPM version Dependency Status Build Status

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

  • Base settings: giovanni
  • Browser: giovanni/browser
  • Library: giovanni/library
  • Node: giovanni/node
  • React: giovanni/react
  • Test (Mocha): giovanni/test
4.0.0

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.1.4

7 years ago

2.1.3

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.0

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago