mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-10 17:12:48 +00:00
8 lines
111 B
JSON
8 lines
111 B
JSON
{
|
|
"extends": "tslint-config-airbnb",
|
|
"rules": {
|
|
"import-name": false,
|
|
"max-line-length": 140
|
|
}
|
|
}
|