Skip to content

Commit 8a2bae7

Browse files
author
greweb
committed
Fix Prettier configuration indentation
- Fix .prettierrc to use 2 spaces instead of 4 - This was causing the snapshot-resolver.js to fail CI formatting checks
1 parent 51b6c6b commit 8a2bae7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.prettierrc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"semi": true,
3-
"trailingComma": "all",
4-
"singleQuote": false,
5-
"printWidth": 80,
6-
"tabWidth": 2,
7-
"useTabs": false,
8-
"bracketSpacing": false,
9-
"arrowParens": "avoid"
2+
"semi": true,
3+
"trailingComma": "all",
4+
"singleQuote": false,
5+
"printWidth": 80,
6+
"tabWidth": 2,
7+
"useTabs": false,
8+
"bracketSpacing": false,
9+
"arrowParens": "avoid"
1010
}

0 commit comments

Comments
 (0)