@void0/eslint-config

Strict ESlint config for TypeScript projects using Prettier and JS modules.

Usage no npm install needed!

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

README

@void0/eslint-config

This package provides a strict ESlint config for TypeScript projects using Prettier and JS modules.

Usage

  1. Install the package:
npm install --save-dev @void0/eslint-config
  1. Add "extends": "@void0/eslint-config" to your .eslintrc.

Ignored Rules

Most of the rules are activated and will trigger errors. Here is a list of all the rules that are ignored in this config:

TBD