chore: fix tab with in the prettier config being different from previously causing hard merges (#6656)

This commit is contained in:
Frank Elsinga 2026-01-09 04:47:31 +01:00 committed by GitHub
parent a117add908
commit 75a2329684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 20400 additions and 20406 deletions

View File

@ -36,7 +36,7 @@ module.exports = {
{ {
files: ["*.json"], files: ["*.json"],
options: { options: {
tabWidth: 2, tabWidth: 4,
trailingComma: "none", trailingComma: "none",
}, },
}, },
@ -47,12 +47,6 @@ module.exports = {
trailingComma: "none", trailingComma: "none",
}, },
}, },
{
files: ["package.json"],
options: {
tabWidth: 2,
},
},
{ {
files: ["src/icon.js"], files: ["src/icon.js"],
options: { options: {