Skip to content

Sagacify/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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