@bubltechnology/eslint-config-bubl

Eslint configuration used by Bubl Technology

Usage no npm install needed!

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

README

Bubl Eslint Configuration

Build Status

This code style guide is meant to be compliant with StanardJS but to be more detailed.

To use you will need to install both this package as well as eslint

  npm install --save-dev eslint @bubltechnology/eslint-config-bubl

You will then need to add an eslintrc that extends this like so

  {
    "extends": "@bubltechnology/eslint-config-bubl"
  }