0.1.2 • Published 8 months ago
@launchware/eslint-config-node v0.1.2
LaunchWare's eslint-config-node
This is the default eslint configuration for LaunchWare's Node projects.
Installation
pnpm add -D @launchware/eslint-config-node
Usage
You need to add the following to your .eslintrc
(or equivalent) file:
{
"extends": "@launchware/eslint-config-node"
}