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

OSCHINA-MIRROR/cipchk-ngx-weui

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
tslint.json 3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
卡色 Отправлено 28.06.2020 12:04 73100fa
{
"extends": [
"tslint:latest",
"tslint-config-prettier"
],
"rulesDirectory": [
"codelyzer"
],
"rules": {
// Angular parts
"array-type": false,
"arrow-parens": false,
"deprecation": {
"severity": "warning"
},
"component-class-suffix": [true, "Component"],
"contextual-lifecycle": true,
"directive-class-suffix": true,
"directive-selector": [
false,
"attribute",
"app",
"camelCase"
],
"component-selector": [
false,
"element",
"app",
"kebab-case"
],
"import-blacklist": [
true,
"rxjs/Rx",
"ngx-weui"
],
"interface-name": false,
"max-classes-per-file": false,
"max-line-length": [
false,
140
],
"member-access": false,
"member-ordering": [
true,
{
"order": [
"static-field",
"instance-field",
"constructor",
"static-method",
"instance-method"
]
}
],
"no-consecutive-blank-lines": false,
"no-console": [
true,
"debug",
"info",
"time",
"timeEnd",
"trace"
],
"no-empty": false,
"no-inferrable-types": [
false,
"ignore-params"
],
"no-non-null-assertion": false,
"no-redundant-jsdoc": true,
"no-switch-case-fall-through": true,
"no-var-requires": false,
"object-literal-key-quotes": [
false,
"as-needed"
],
"object-literal-sort-keys": false,
"ordered-imports": [
true,
{
"import-sources-order": "case-insensitive",
"named-imports-order": "case-insensitive"
}
],
"quotemark": [
false,
"single"
],
"trailing-comma": false,
"no-conflicting-lifecycle": true,
"no-inputs-metadata-property": true,
"no-output-native": false,
"no-output-on-prefix": true,
"no-output-rename": true,
"no-outputs-metadata-property": true,
"template-banana-in-box": true,
"template-no-negated-async": true,
"use-lifecycle-interface": true,
"use-pipe-transform-interface": true,
// Custom parts
"curly": true,
"no-submodule-imports": false,
"no-implicit-dependencies": false,
"no-object-literal-type-assertion": false,
"no-bitwise": false,
"no-this-assignment": false,
"prefer-conditional-expression": false,
"no-duplicate-imports": true,
"no-import-side-effect": true,
"no-shadowed-variable": true,
"no-sparse-arrays": true,
"typedef": [true, "call-signature", "parameter", "property-declaration"],
"typedef-whitespace": [
true,
{
"call-signature": "nospace",
"index-signature": "nospace",
"parameter": "nospace",
"property-declaration": "nospace",
"variable-declaration": "nospace"
}
],
"unified-signatures": true,
"use-isnan": true,
"no-unused-expression": false,
"variable-name": [true, "ban-keywords", "allow-leading-underscore"]
},
"linterOptions": {
"exclude": [
"./components/schematics/**/*"
]
}
}

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

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

1
https://api.gitlife.ru/oschina-mirror/cipchk-ngx-weui.git
git@api.gitlife.ru:oschina-mirror/cipchk-ngx-weui.git
oschina-mirror
cipchk-ngx-weui
cipchk-ngx-weui
master