This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Commit f786cbb
authored
Fix prettier conflict with VS Code
Prettier's `bracketSpacing: false,` rule is overruled via VS Code's default `"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true` which results in not removing the bracket spacing from import statements.1 parent 53c8488 commit f786cbb
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
0 commit comments