Skip to content

simplymadeapps/eslint-config-simplymadeapps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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