Skip to content

Commit

Permalink
fix lint (and make yarn lint run stylelint)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed May 8, 2020
1 parent 270703d commit 43a768d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "node ./scripts/run-component-tests.js",
"test-local": "yarn -s test --local",
"test-firefox": "yarn -s test --firefox",
"lint": "yarn -s tslint && yarn -s bazel:format-lint && yarn -s ownerslint",
"lint": "yarn -s tslint && yarn -s stylelint && yarn -s bazel:format-lint && yarn -s ownerslint",
"e2e": "bazel test //src/... --test_tag_filters=e2e",
"deploy-dev-app": "node ./scripts/deploy-dev-app.js",
"breaking-changes": "ts-node --project scripts scripts/breaking-changes.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/dev-app/list/list-demo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

.mat-list-icon {
color: rgba(0,0,0,.38)
color: rgba(0, 0, 0, 0.38);
}
}

Expand Down

0 comments on commit 43a768d

Please sign in to comment.