Prettier: Remove Trivago type from Prettier config; it's breaking VSCode formatting.
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
/** @typedef {import("prettier").Config} PrettierConfig */
|
/** @typedef {import("prettier").Config} PrettierConfig */
|
||||||
/** @typedef {import("@trivago/prettier-plugin-sort-imports").PluginConfig} SortImportsConfig */
|
|
||||||
|
|
||||||
/** @type { PrettierConfig | SortImportsConfig } */
|
/** @type { PrettierConfig } */
|
||||||
const config = {
|
const config = {
|
||||||
tabWidth: 2,
|
tabWidth: 2,
|
||||||
useTabs: false,
|
useTabs: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user