@actinc/typescript-config
v1.0.0
Published
ES Lint Configurations for frontend projects
Downloads
7
Readme
id: typescript-config sidebar_position: 5
@actinc/typescript-config
A default set of typescript rules to be used by most applications.
The typescript configuration inheritance process allows you to override any configuration.
The ideal scenario is you need to change as little as possible.
Installation
npm install @actinc/typescript-config
You can extend this base config
{
"extends": "@actinc/typescript-config"
}