Skip to content

Commit eff6a5a

Browse files
committed
Remove entries which use the default values from .prettierrc
1 parent dfb797b commit eff6a5a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.prettierrc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
2-
"arrowParens": "always",
3-
"bracketSameLine": false,
4-
"bracketSpacing": true,
5-
"htmlWhitespaceSensitivity": "css",
62
"printWidth": 250,
7-
"semi": true,
8-
"singleQuote": false,
93
"tabWidth": 4,
10-
"trailingComma": "es5",
11-
"useTabs": false
4+
"trailingComma": "es5"
125
}

0 commit comments

Comments
 (0)