1.1.3 • Published 10 years ago

eslint-config-giovanni v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

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