valiuz / eslint-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config

Install

yarn add git+https://github.com/FashionData/eslint-config

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

Add this to your .eslintrc file:

{
  "extends": "standard"
}

You can override settings from the shareable config by adding them directly into your .eslintrc file.

About


Languages

Language:JavaScript 100.0%