Skip to content

Commit c9c9152

Browse files
committed
use editorconfig rules in js-beautify
1 parent 95427f4 commit c9c9152

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
@@ -7,7 +7,7 @@
77
"lint": "eslint index.js",
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"build": "ncc build index.js",
10-
"pretty": "js-beautify -r index.js"
10+
"pretty": "js-beautify --editorconfig -r index.js"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)