@bakkenbaeck/eslint-config

ESLint config for Bakken & Bæck

Usage no npm install needed!

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

README

@bakkenbaeck/eslint-config

Standard eslint config for Bakken & Bæck projects

Use these rules in your project

Installation

Add @bakkenbaeck/eslint-config as a dependency:

yarn:

$ yarn add eslint @bakkenbaeck/eslint-config --dev

npm:

$ npm i eslint @bakkenbaeck/eslint-config --dev

Configuration

package.json

"eslintConfig": {
  "extends": "@bakkenbaeck/eslint-config"
},

.eslintrc

{
  extends: ["@bakkenbaeck/eslint-config"]
}