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