alex-wilmer / eslint-config-minimal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📐 Minimal

Add these rules to your project to catch errors fast, while keeping the code squeaky clean. ❇️

Yarn

yarn add eslint-config-minimal --dev

Npm

npm i --save-dev eslint-config-minimal

Use In Your Project

Create an .eslintrc file with the following contents:

{
  "extends": "minimal"
}

About


Languages

Language:JavaScript 100.0%