1
0
mirror of synced 2025-12-19 18:10:59 -05:00

remove jsxBracketSameLine prettier config option (#32602)

This commit is contained in:
Peter Bengtsson
2022-11-15 16:53:03 +01:00
committed by GitHub
parent 93d98d8786
commit b8552eb387
2 changed files with 1 additions and 1 deletions

View File

@@ -4,3 +4,4 @@ data/release-notes/
script/bookmarklets/
/.next/
/.coverage
/coverage

View File

@@ -12,7 +12,6 @@
"semi": false,
"singleQuote": true,
"printWidth": 100,
"jsxBracketSameLine": false,
"arrowParens": "always"
}
}