Skip to content

Commit 60cb0a5

Browse files
committed
improve autoformat script
1 parent d51597d commit 60cb0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"tslint:src": "tslint --project tsconfig.json",
1313
"tslint:test": "tslint --config tslint.test.json --project tsconfig.test.json",
1414
"tslint": "npm run tslint-check:src && npm run tslint-check:test && npm run tslint:src && npm run tslint:test",
15-
"autoformat": "prettier --config .prettierrc --write {src,test}{*,/**}/{*,*.test}.ts",
15+
"autoformat": "prettier --config .prettierrc --write {src,test}{/,/**/}{*,*.test}.ts",
1616
"clean-up": "rimraf .nyc_output && rimraf coverage && rimraf lib",
1717
"compile": "tsc -d",
1818
"dev": "webpack",

0 commit comments

Comments
 (0)