Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@luvella/eslint-config

Luvella16MIT1.0.3

Luvella's ESLint config for clean and stylish code.

eslint, eslint-config

readme

eslint-config

🌟 Luvella's ESLint config for clean and stylish code.

Install & Usage

npm install @luvella/eslint-config

In your .eslintrc.json add:

{
    "extends": "@luvella"
}