3.2.4 • Published 6 months ago
@tstv/eslint-config v3.2.4
ESLint Shareable Config
This is a shareable config that fits great with most TypeScript projects.
Usage
Edit your .eslintrc.json
file and add the following:
{
// ...
extends: '@tstv/eslint-config',
}