@apolitical/eslint-config

Apolitical ESLint configurations for Node projects

Usage no npm install needed!

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

README

Apolitical Eslint Config

Apolitical ESLint configurations for Node projects

Requirements

Requires the following to run:

Installation

Install with yarn:

yarn add -D @apolitical/eslint-config

Usage

Link the ESLint configurations from your package.json:

  "eslintConfig": {
    "extends": "@apolitical/eslint-config/base.config"
  },
  "prettier": "@apolitical/eslint-config/prettier.config",