Skip to content

Commit e028adb

Browse files
committed
[ZEPPELIN-6305] refactor: add extension to applied by prettier
1 parent 0603c3c commit e028adb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zeppelin-web-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"build-project:vis": " ng build --project zeppelin-visualization",
1313
"build-project:helium": "ng build --project zeppelin-helium",
1414
"test": "ng test",
15-
"lint": "ng lint && prettier --check \"**/*.{ts,js,css,html}\"",
16-
"lint:fix": "tslint --project src/tslint.json --fix src/**/*.ts && tslint --project tslint.json --fix **/*.ts && prettier --write \"**/*.{ts,js,css,html}\"",
15+
"lint": "ng lint && prettier --check \"**/*.{ts,js,json,css,html}\"",
16+
"lint:fix": "tslint --project src/tslint.json --fix src/**/*.ts && tslint --project tslint.json --fix **/*.ts && prettier --write \"**/*.{ts,js,json,css,html}\"",
1717
"e2e": "ng e2e"
1818
},
1919
"engines": {
@@ -88,7 +88,7 @@
8888
"typescript": "3.8.3"
8989
},
9090
"lint-staged": {
91-
"**/*.{ts,js,json}": [
91+
"**/*.{ts,js,json,css,html}": [
9292
"./node_modules/.bin/prettier --write",
9393
"git add"
9494
],

0 commit comments

Comments
 (0)