@nwoltman/eslint-config

My personal, highly specific ESLint config.

Usage no npm install needed!

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

README

@nwoltman/eslint-config

My personal, highly specific ESLint config.

Installation

# npm
npm install @nwoltman/eslint-config

# yarn
yarn add @nwoltman/eslint-config

Usage

.eslintrc.json

{
  "extends": "@nwoltman/eslint-config",
  "rules": {
    // Your rules here
  }
}