Skip to content

Commit f5be6cb

Browse files
authored
cleanup: lint scss formats using prettier (tensorflow#3350)
1 parent 9ab0328 commit f5be6cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"postinstall": "ngc -p angular-metadata.tsconfig.json",
1111
"build": "bazel build //...",
1212
"test": "ibazel test //...",
13-
"lint": "prettier --check 'tensorboard/**/*.'{css,html,js,ts} .github/**/*.yml",
14-
"fix-lint": "prettier --write 'tensorboard/**/*.'{css,html,js,ts} .github/**/*.yml"
13+
"lint": "prettier --check 'tensorboard/**/*.'{css,html,js,ts,scss} .github/**/*.yml",
14+
"fix-lint": "prettier --write 'tensorboard/**/*.'{css,html,js,ts,scss} .github/**/*.yml"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)