mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 09:32:51 +00:00
9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"extends": "tslint-config-airbnb",
|
|
"rules": {
|
|
"import-name": false,
|
|
"max-line-length": [true, 140],
|
|
"no-unused-variable": [true]
|
|
}
|
|
}
|