@straw-hat/eslint-config-typescript
ESLint
TypeScript configurations. Use this package in TypeScript projects.
Installation
Add the dependency.
yarn add -D @straw-hat/eslint-config-typescript
Make sure to install the peer dependencies.
npx install-peerdeps --dev @straw-hat/eslint-config-typescript
Configuration
Extend your ESLint
configuration.
{
"extends": ["@straw-hat/eslint-config-typescript"]
}
Check Linting files.