eslint-config-daniels

1.1.0 • Public • Published

Build Status GitHub issues GitHub stars GitHub license

eslint-config-daniels

ESLint shareable config for everyone

Installation

$ npm install --save-dev eslint eslint-config-daniels

Usage

Once the eslint-config-daniels package is installed, you can use it by specifying daniels or ./node_moduls/eslint-config-daniels in the extends section of your ESLint configuration.

{
  "extends": ["daniels"],
  "rules": {}
}

Using the daniels config with eslint:recommended

There are several rules in the eslint:recommended ruleset that Google style is not opinionated about that you might want to enforce in your project.

To use daniels style in conjunction with ESLint's recommended rule set, extend them both, making sure to list daniels last:

{
  "extends": ["eslint:recommended", "daniels"],
  "rules": {}
}

License

MIT ©

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-daniels

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

15.2 kB

Total Files

10

Last publish

Collaborators

  • danielsssss