@sagacify/eslint-config
v1.2.0
Published
This eslint config is aimed to extend the [standard config](https://github.com/standard/eslint-config-standard). These are additional specific rules we use at Sagacify.
Downloads
117
Readme
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