mmontes11 / eslint-config-mmontes11-node

Eslint config for NodeJS by Martín Montes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-mmontes11-node

License: MIT

NPM

Esling config for ES6 NodeJS by Martín Montes. It extends airbnb-base and prettier.

Install

npm i --save eslint-config-mmontes11-node

Usage

Create an .eslintrc:

{
  "extends": ["mmontes11-node"]
}

Prettier

You can redefine prettier default rules by creating a .prettierrc:

{
  "printWidth": 120,
  "trailingComma": "all"
}

About

Eslint config for NodeJS by Martín Montes

License:MIT License


Languages

Language:JavaScript 100.0%