13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"extends": ["tslint-config-prettier"],
|
|
"rulesDirectory": ["tslint-plugin-prettier"],
|
|
"rules": {
|
|
"prettier": true,
|
|
"max-line-length": [true, 100],
|
|
"import-name": false
|
|
},
|
|
"linterOptions": {
|
|
"exclude": ["src/**"]
|
|
}
|
|
}
|