eslint-config-simplymadeapps
v1.5.12
Published
ESLint config for Simply Made Apps
Readme
ESLint Config for Simply Made Apps
Install the package via Yarn:
yarn add eslint-config-simplymadeapps --devCreate the .eslintrc file in the root of the project containing:
{
"extends": "simplymadeapps"
}