@andre-brdoch/eslint-config

Basic Eslint Config

Usage no npm install needed!

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

README

My eslint config, shared with the world 🌎

Usage

$ npm i -D eslint @andre-brdoch/eslint-config

Add a .eslintrc.js with the following content in your root directory:

// .eslintrc.js
module.exports = {
  extends: ["@andre-brdoch"]
};

Now you are good to go! 😎