🥧 Base Pietile eslint config
Custom eslint config based on Airbnb's base and prettier configs.
This config exclude React specific rules. (Config with react support is here)
Installation
-
npm info "eslint-config-pietile-base@latest" peerDependencies
- to get the peer dependencies and versions. -
yarn add --dev <dependency>@<version>
for each listed peer dependency. -
yarn add --dev eslint-config-pietile-base
to install config. - Create
.eslintrc.js
file in root of your project.
module.exports = {
extends: ['pietile-base'],
};
-
Optional. If you use prettier create
.prettierrc
file in root of your project
{
"singleQuote": true,
"printWidth": 100,
"trailingComma": "all"
}
License
MIT License. © Maksim Milyutin and Vladislav Shabanov 2018