10 lines
245 B
JSON
10 lines
245 B
JSON
{
|
|
"rulesDirectory": ["tslint-plugin-prettier", "tslint-config-prettier"],
|
|
"linterOptions": {
|
|
"exclude": ["**/node_modules/**/*"]
|
|
},
|
|
"rules": {
|
|
"prettier": [true, { "semi": false, "printWidth": 100, "singleQuote": true }]
|
|
}
|
|
}
|