@prk/eslint-config

Praekelt Consulting base ESLint config.

Usage no npm install needed!

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

README

Praekelt Consulting's standard ESLint config

Installation

yarn add -D @prk/eslint-config

Usage

Replace the contents of your .eslintrc.yml with the line below:

---
extends:
    - '@prk/eslint-config'

You may further modify the config as needed on a per-project basis in this file.