@block-zero/eslint-config

Opinionated, internal default ESLint config at Block Zero.

Usage no npm install needed!

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

README

Block Zero ESLint Configurations

Opinionated, internal default ESLint config at Block Zero.

Usage

npm install -D eslint @block-zero/eslint-config

Then, add an ESLint config in the repo, for example, an .eslintrc.json with:

{
  "extends": "@block-zero"
}

This is the base setup, the project you use it in can overwrite and add things as needed.