@blargbot/eslint-config-blargbot

eslint config for blargbot

Usage no npm install needed!

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

README

eslint-config-blargbot

An eslint configuration for blargbot.

Installation

$ npm install --dev @blargbot/eslint-config-blargbot
$ yarn add -D @blargbot/eslint-config-blargbot

Usage

module.exports = {
  extends: [
    '@blargbot/eslint-config-blargbot'
  ]
}