1.2.0 • Published 3 years ago

@sagacify/eslint-config v1.2.0

Weekly downloads
3
License
ISC
Repository
-
Last release
3 years ago

Sagacify Eslint Config

This eslint config is aimed to extend the standard config. These are additional specific rules we use at Sagacify.

Usage

In your package.json file add this section.

  //...
  "eslintConfig": {
    "extends": [
      "standard",
      "@sagacify"
    ]
  }
  //...

Or in your .eslintrc file add this section.

  "extends": [
    "standard",
    "@sagacify"
  ]

Note: @sagacify is a shortcut for @sagacify/eslint-config. Both can be used equally. See: https://eslint.org/docs/developer-guide/shareable-configs