1.0.0 • Published 2 years ago

@kenyucode/eslint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

KenyuCode ESLint config

Whats included?

  • Standard config base;
  • Prettier;

Setup

Node.js

Install dependencies:

npm i -D eslint @kenyucode/eslint-config

Inside .eslintrc.json

{
  "extends": "@kenyucode/eslint-config/node"
}