This eslint config is aimed to extend the standard config. These are additional specific rules we use at Sagacify.
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