@lowvisiondave/eslint-config
v0.6.3
Published
A shared config file for [ESLint](https://eslint.org/) with TypeScript support.
Downloads
6
Readme
@lowvisiondave/eslint-config
A shared config file for ESLint with TypeScript support.
Installation
Install the package with your favorite package manager:
pnpm add -D @lowvisiondave/eslint-config
Usage
Add @lowvisiondave/eslint-config
to the extends
section of your ESLint config:
module.exports = {
extends: "@lowvisiondave",
};