Skip to content

Commit 1b4cb9b

Browse files
crisbetojelbourn
authored andcommitted
build: bump linter versions and fix failure (#15407)
Bumps to the latest versions of stylelint and tslint, and fixes a new failure.
1 parent ab5e3c8 commit 1b4cb9b

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
@@ -132,10 +132,10 @@
132132
"scss-bundle": "^2.0.1-beta.7",
133133
"selenium-webdriver": "^3.6.0",
134134
"sorcery": "^0.10.0",
135-
"stylelint": "^9.9.0",
135+
"stylelint": "^9.10.1",
136136
"ts-node": "^3.0.4",
137137
"tsconfig-paths": "^2.3.0",
138-
"tslint": "^5.12.0",
138+
"tslint": "^5.13.1",
139139
"tsutils": "^3.0.0",
140140
"typescript": "~3.2.0",
141141
"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)