FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sb-admin-angular/tslint.json at develop · StartBootstrap/sb-admin-angular · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
StartBootstrap
/
sb-admin-angular
Public template
Notifications
You must be signed in to change notification settings
Fork
218
Star
208
Code
Issues
6
Pull requests
18
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sb-admin-angular
/
tslint.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
116 lines (116 loc) · 2.9 KB
Breadcrumbs
sb-admin-angular
/
tslint.json
Copy path
File metadata and controls
116 lines (116 loc) · 2.9 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"extends"
: [
"
tslint:recommended
"
,
"
tslint-plugin-prettier
"
],
"rules"
: {
"array-type"
:
false
,
"arrow-parens"
:
false
,
"component-class-suffix"
:
true
,
"component-selector"
: [
true
,
"
element
"
,
[
"
app
"
,
"
sb
"
],
"
kebab-case
"
],
"contextual-lifecycle"
:
true
,
"deprecation"
: {
"severity"
:
"
warning
"
},
"directive-class-suffix"
:
true
,
"directive-selector"
: [
true
,
"
attribute
"
,
[
"
app
"
,
"
sb
"
],
"
camelCase
"
],
"import-blacklist"
: [
true
,
"
rxjs/Rx
"
],
"interface-name"
:
false
,
"max-classes-per-file"
:
false
,
"max-line-length"
: [
true
,
140
],
"member-access"
:
false
,
"member-ordering"
: [
true
,
{
"order"
: [
"
static-field
"
,
"
instance-field
"
,
"
static-method
"
,
"
instance-method
"
]
}
],
"no-angle-bracket-type-assertion"
:
true
,
"no-conflicting-lifecycle"
:
true
,
"no-consecutive-blank-lines"
:
false
,
"no-console"
: [
true
,
"
debug
"
,
"
info
"
,
"
time
"
,
"
timeEnd
"
,
"
trace
"
],
"no-duplicate-imports"
:
true
,
"no-empty"
:
false
,
"no-host-metadata-property"
:
true
,
"no-inferrable-types"
: [
true
,
"
ignore-params
"
],
"no-input-rename"
:
true
,
"no-inputs-metadata-property"
:
true
,
"no-non-null-assertion"
:
true
,
"no-output-native"
:
true
,
"no-output-on-prefix"
:
true
,
"no-output-rename"
:
true
,
"no-outputs-metadata-property"
:
true
,
"no-redundant-jsdoc"
:
true
,
"no-switch-case-fall-through"
:
true
,
"no-var-requires"
:
false
,
"object-literal-key-quotes"
: [
true
,
"
as-needed
"
],
"object-literal-sort-keys"
:
false
,
"ordered-imports"
: [
true
,
{
"grouped-imports"
:
true
}
],
"prettier"
:
true
,
"quotemark"
: [
true
,
"
single
"
],
"template-banana-in-box"
:
true
,
"template-no-negated-async"
:
true
,
"trailing-comma"
:
false
,
"use-lifecycle-interface"
:
true
,
"use-pipe-transform-interface"
:
true
,
"variable-name"
: {
"options"
: [
"
ban-keywords
"
,
"
check-format
"
,
"
allow-leading-underscore
"
,
"
allow-pascal-case
"
]
}
},
"rulesDirectory"
: [
"
codelyzer
"
]
}
Back
|
FazBrowse Home
|
New Git URL