0.2.2 • Published 6 years ago

eslint-config-pietile v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

🥧 Pietile eslint config

Custom eslint config based on Airbnb's and prettier configs.

This config use React specific rules.

Installation

  1. npm info "eslint-config-pietile@latest" peerDependencies - to get the peer dependencies and versions.
  2. yarn add --dev <dependency>@<version> for each listed peer dependency.
  3. yarn add --dev eslint-config-pietile to install config.
  4. Create .eslintrc.js file in root of your project.
module.exports = {
  extends: ['pietile'],
};
  1. 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

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago