@gracious/eslint-config-gracious

1.0.2 • Public • Published

ESLint Config gracious

Rules

Extends eslint:recommended and has the following changes to the rules:

{
    "rules": {
        "indent": [
            "error",
            4
        ],
        "linebreak-style": [
            "error",
            "unix"
        ],
        "quotes": [
            "warn",
            "double"
        ],
        "semi": [
            "warn",
            "always"
        ]
    },
    "extends": "eslint:recommended"
}

To learn more about rules please read the documentation: https://eslint.org/docs/rules/

Usage

In your configuration set extends to use this package.

{
    "extends": "@gracious/eslint-config-gracious"
}

Package Sidebar

Install

npm i @gracious/eslint-config-gracious

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

1.6 kB

Total Files

3

Last publish

Collaborators

  • jaystewart
  • surajsanchit
  • j.jonkergouw
  • j.vanderveen
  • anamachado
  • pepijnblom
  • samtaal-gracious
  • jeroendezeeuw