@shiftboard/eslint-config

eslint config for us

Usage no npm install needed!

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

README

shiftboard-eslint

A custom eslint config for Shiftboard

Install

yarn add --dev @shiftboard/eslint-config

Usage

In your eslintrc.js:

{
  "extends": "@shiftboard"
}