@vta/eslint-config

2.0.0 • Public • Published

@vta/eslint-config

npm

Eslint config for pure Javascript/Node project, intergrated with Airbnb, Prettier.

Install

yarn add @vta/eslint-config --dev

Usage

{
  "extends": ["@vta"]
}

Prettier Support

You should firstly install prettier, then just put a .prettierrc config file in your working directory

yarn add prettier --dev
{
  "printWidth": 100,
  "tabWidth": 2,
  "singleQuote": false,
  "trailingComma": "all"
}

MIT License

Readme

Keywords

Package Sidebar

Install

npm i @vta/eslint-config

Weekly Downloads

9

Version

2.0.0

License

MIT

Unpacked Size

5.13 kB

Total Files

6

Last publish

Collaborators

  • vta