1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/WeBank-wxa-vscode

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
tslint.json 809
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Pine Wu Отправлено 04.06.2018 21:00 6ef2132
{
"rules": {
"class-name": true,
"curly": true,
"import-spacing": true,
"indent": [true, "spaces", 2],
"interface-over-type-literal": true,
"label-position": true,
"max-line-length": [true, 120],
"no-arg": true,
"no-duplicate-variable": true,
"no-eval": true,
"no-inferrable-types": true,
"no-unused-expression": true,
"no-var-keyword": true,
"object-literal-key-quotes": [true, "as-needed"],
"object-literal-shorthand": true,
"prefer-const": true,
"prefer-method-signature": true,
"quotemark": [true, "single", "avoid-escape"],
"whitespace": true,
"semicolon": [true, "always"],
"triple-equals": true,
"variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"]
},
"linterOptions": {
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/WeBank-wxa-vscode.git
git@api.gitlife.ru:oschina-mirror/WeBank-wxa-vscode.git
oschina-mirror
WeBank-wxa-vscode
WeBank-wxa-vscode
master