eslint-config-minimal

Minimal, useful eslint rules.

Usage no npm install needed!

<script type="module">
  import eslintConfigMinimal from 'https://cdn.skypack.dev/eslint-config-minimal';
</script>

README

:triangular_ruler: Minimal

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

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"
}