@norniras/eslint-config-base-ts
v1.0.3
Published
## Installation
Downloads
8
Readme
ESlint config with TypeScript support
Installation
pnpm add -D @norniras/eslint-config-base-tsUsage
Create .eslintrc.json file inside project root directory and add object from below.
{
"extends": ["@norniras/eslint-config-base-ts"]
}