1.0.2 • Published 3 years ago

eslint-config-scandy v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
3 years ago

eslint-config-scandy

ESLint extension for scandy projects in node, rn, web, etc.

yarn add --dev eslint-config-scandy

If you hit an error, you may have to install eslint and prettier

yarn add --dev eslint prettier

add in your .eslintrc, .eslintrc.js, or eslintConfig field in package.json:

{
    "extends": "scandy"
}

If you're experimenting with extending our presets (pls do):

{
    "extends": "scandy",
    "rules": {
      "your-rule-override": 0
    }
}