eslint-config-patreon

Shareable linting configurations for JS projects at Patreon.

Usage no npm install needed!

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

README

eslint-config-patreon

Shareable linting configurations for JS projects at Patreon.

npm install eslint-config-patreon

You'll need some additional dependencies for your linting story to be complete:

npm install eslint babel-eslint eslint-plugin-react

Usage

.eslintrc

{
    "extends": "patreon"
}

Sublime Text Setup

Make sure you install these sublime packages:

Atom Setup

Make sure you install these atom packages:

linter linter-eslint

linter-eslint piggy backs on linter so you need both.