@fusionworks/ts-lint
v0.0.8
Published
All tslint configuraitons for fusionworks bundled in here.
Readme
@FusionWorks/ts-lint
All tslint configurations for fusionworks company bundled in here.
Installation
npm install @fusionworks/ts-lint --save-devUsage
Angular
In tslint.json:
{
"extends": "@fusionworks/ts-lint/angular"
}Vue
In tslint.json:
{
"extends": "@fusionworks/ts-lint/vue"
}React
In tslint.json:
{
"extends": "@fusionworks/ts-lint/react"
}Vue
In tslint.json:
{
"extends": "@fusionworks/ts-lint/vue"
}Just Typescript
In tslint.json:
{
"extends": "@fusionworks/ts-lint"
}Example of use
{
"extends": "@fusionworks/ts-lint/angular",
"linterOptions": {
"exclude": [
"e2e"
]
},
"rules": {}
}