eslint-config-pietile-base

0.2.2 • Public • Published

🥧 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

  1. npm info "eslint-config-pietile-base@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-base to install config.
  4. Create .eslintrc.js file in root of your project.
module.exports = {
  extends: ['pietile-base'],
};
  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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-pietile-base

Weekly Downloads

2

Version

0.2.2

License

MIT

Unpacked Size

59 kB

Total Files

7

Last publish

Collaborators

  • mxck