7 lines
103 B
JSON
7 lines
103 B
JSON
{
|
|
"extends": ["tslint-config-egg"],
|
|
"rules": {
|
|
"linebreak-style": [ true, "CRLF" ]
|
|
}
|
|
}
|