@lowvisiondave/eslint-config
v0.6.3
Published
A shared config file for [ESLint](https://eslint.org/) with TypeScript support.
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-configUsage
Add @lowvisiondave/eslint-config to the extends section of your ESLint config:
module.exports = {
extends: "@lowvisiondave",
};