@shortlist-studio/eslint-config-standard

Standard ESLint configuration for Shortlist projects

Usage no npm install needed!

<script type="module">
  import shortlistStudioEslintConfigStandard from 'https://cdn.skypack.dev/@shortlist-studio/eslint-config-standard';
</script>

README

eslint-config-standard

Standardised ESLint configuration for use across most of our front-end projects.

Usage

yarn add @shortlist-studio/eslint-config-standard --dev

Then either extend from an eslintrc config or in your package.json

.eslintrc.json

{
  "extends": ["@shortlist-studio/eslint-config-standard"]
}

package.json

{
  "eslintConfig": {
    "extends": ["@shortlist-studio/eslint-config-standard"]
  }
}