Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 263 Bytes

File metadata and controls

15 lines (11 loc) · 263 Bytes

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"
}