eslint-config-giovanni

4.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-giovanni

Weekly Downloads

1

Version

4.0.0

License

MIT

Unpacked Size

23.4 kB

Total Files

21

Last publish

Collaborators

  • giovannicalo