@appearhere/eslint-config-appearhere

eslint config for appearhere

Usage no npm install needed!

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

README

Using this config

First install the configuration as a dependency:

yarn install @appearhere/eslint-config-appearhere

Then, in your eslint.js, add it to your extends property. Typically, you’ll do this after extending AirBnb's:

module.exports = {
  extends: [
    'airbnb',
    '@appearhere/appearhere'
  ]
}