Skip to content

Commit 43a768d

Browse files
committed
fix lint (and make yarn lint run stylelint)
1 parent 270703d commit 43a768d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test": "node ./scripts/run-component-tests.js",
2222
"test-local": "yarn -s test --local",
2323
"test-firefox": "yarn -s test --firefox",
24-
"lint": "yarn -s tslint && yarn -s bazel:format-lint && yarn -s ownerslint",
24+
"lint": "yarn -s tslint && yarn -s stylelint && yarn -s bazel:format-lint && yarn -s ownerslint",
2525
"e2e": "bazel test //src/... --test_tag_filters=e2e",
2626
"deploy-dev-app": "node ./scripts/deploy-dev-app.js",
2727
"breaking-changes": "ts-node --project scripts scripts/breaking-changes.ts",

src/dev-app/list/list-demo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
.mat-list-icon {
19-
color: rgba(0,0,0,.38)
19+
color: rgba(0, 0, 0, 0.38);
2020
}
2121
}
2222

0 commit comments

Comments
 (0)