eslint-config-simplymadeapps

ESLint config for Simply Made Apps


License
MIT
Install
npm install eslint-config-simplymadeapps@1.5.12

Documentation

ESLint Config for Simply Made Apps

Install the package via Yarn:

yarn add eslint-config-simplymadeapps --dev

Create the .eslintrc file in the root of the project containing:

{
  "extends": "simplymadeapps"
}