Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
944c1da2
Commit
944c1da2
authored
Aug 31, 2018
by
Patrick O'Carroll
Committed by
Torkel Ödegaard
Aug 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set member-access and no-var-keyword to true, removed public in two files (#13104)
parent
eef41cbc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
public/app/core/components/manage_dashboards/manage_dashboards.ts
+1
-1
public/app/features/playlist/playlist_srv.ts
+1
-1
tslint.json
+2
-2
No files found.
public/app/core/components/manage_dashboards/manage_dashboards.ts
View file @
944c1da2
...
...
@@ -14,7 +14,7 @@ class Query {
}
export
class
ManageDashboardsCtrl
{
public
sections
:
any
[];
sections
:
any
[];
query
:
Query
;
navModel
:
any
;
...
...
public/app/features/playlist/playlist_srv.ts
View file @
944c1da2
...
...
@@ -10,7 +10,7 @@ class PlaylistSrv {
private
index
:
number
;
private
interval
:
any
;
private
startUrl
:
string
;
public
isPlaying
:
boolean
;
isPlaying
:
boolean
;
/** @ngInject */
constructor
(
private
$location
:
any
,
private
$timeout
:
any
,
private
backendSrv
:
any
)
{}
...
...
tslint.json
View file @
944c1da2
...
...
@@ -27,7 +27,7 @@
"indent"
:
[
true
,
"spaces"
,
2
],
"label-position"
:
true
,
"max-line-length"
:
[
true
,
150
],
"member-access"
:
false
,
"member-access"
:
[
true
,
"no-public"
]
,
"no-arg"
:
true
,
"no-bitwise"
:
false
,
"no-console"
:
[
true
,
"debug"
,
"info"
,
"time"
,
"timeEnd"
,
"trace"
],
...
...
@@ -40,7 +40,7 @@
"no-string-literal"
:
false
,
"no-switch-case-fall-through"
:
false
,
"no-trailing-whitespace"
:
true
,
"no-var-keyword"
:
fals
e
,
"no-var-keyword"
:
tru
e
,
"object-literal-sort-keys"
:
false
,
"one-line"
:
[
true
,
"check-open-brace"
,
"check-catch"
,
"check-else"
],
"prefer-const"
:
true
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment