Skip to content

Commit dfc7077

Browse files
committed
build: bump linter versions and fix failure
Bumps to the latest versions of stylelint and tslint, and fixes a new failure.
1 parent d232d7c commit dfc7077

File tree

3 files changed

+299
-147
lines changed

3 files changed

+299
-147
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@
130130
"selenium-webdriver": "^3.6.0",
131131
"sorcery": "^0.10.0",
132132
"source-map-support": "^0.5.9",
133-
"stylelint": "^9.9.0",
133+
"stylelint": "^9.10.1",
134134
"ts-node": "^3.0.4",
135135
"tsconfig-paths": "^2.3.0",
136-
"tslint": "^5.12.0",
136+
"tslint": "^5.13.1",
137137
"tsutils": "^3.0.0",
138138
"typescript": "~3.1.1",
139139
"uglify-js": "^2.8.14"

src/lib/card/card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ $mat-card-header-size: 40px !default;
149149
// As per Material Design specifications, the images exceed the *top* content-box and take
150150
// up some space. The margin below is necessary because otherwise space of the actual card
151151
// content will be overlapped.
152-
margin: -8px 0 8px 0;
152+
margin: -8px 0 8px;
153153
}
154154
}
155155

0 commit comments

Comments
 (0)