eslint-config-wish-technology

wish.technology eslint config

Usage no npm install needed!

<script type="module">
  import eslintConfigWishTechnology from 'https://cdn.skypack.dev/eslint-config-wish-technology';
</script>

README

eslint-config-wish-technology

travis build dependencies devDependencies

version downloads MIT License semantic-release

ESLint config used at wish-technology. Basically eslint-config-airbnb with some overrides.

Usage

Install the conventions by running:

npm install --save-dev eslint eslint-config-wish-technology

Then add the extends to your .eslintrc:

{
  "extends": "wish-technology",
  "rules": {
    // your overrides
  }
}

LICENSE

MIT