eslint-config-shortlyster

Standard eslint config for Shortlyster project

Usage no npm install needed!

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

README

eslint-config-shortlyster

Shortlyster's eslint configurations

Getting started

Refer to this github repo in you package.json dev dependencies.

"eslint-config-shortlyster" :
  { "type" : "git",
    "url" : "https://github.com/Shortlyster/eslint-config-shortlyster.git"
  }

Add .eslintrc to your project.

{
  "extends": "shortlyster",
  "rules": {
    // project specific rules go here
  }
}

Rules

We extend from AirBnb's rules.

Our exceptions can be found in our config.