/eslint-config-simplymadeapps

ESLint config for Simply Made Apps

Primary LanguageJavaScript

ESLint Config for Simply Made Apps

Install the package via Yarn:

yarn add eslint-config-simplymadeapps --dev

Add to your package.json:

{
  "eslintConfig": {
    "extends": "simplymadeapps"
  }
}