@bradgarropy/eslint-config

💎 eslint configuration

Usage no npm install needed!

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

README

💎 eslint-config

version downloads

My personal eslint configuration.

📦 Installation

This package is hosted on npm.

Install the configuration and it's peer dependencies as a development dependency.

npx install-peerdeps --dev @bradgarropy/eslint-config

This installs peer dependencies automatically using npx and install-peerdeps so you don't have to!

🥑 Usage

Create an .eslintrc file in the root of your project and tell it to extend the configuration.

{
    extends: "@bradgarropy/eslint-config"
}

You can add more ESLint configuration options in this file if you want.

❔ Questions

🐛 report bugs by filing issues
📢 provide feedback with issues or on twitter
🙋🏼‍♂️ use my ama or twitter to ask any other questions