mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
lint: Use Prettier for JSON files.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
40be4df57a
commit
2e029eb58b
@@ -1,6 +1,5 @@
|
||||
module.exports = {
|
||||
bracketSpacing: false,
|
||||
tabWidth: 4,
|
||||
trailingComma: "all",
|
||||
overrides: [
|
||||
{
|
||||
@@ -10,9 +9,10 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ["**.yml", "**.yaml"],
|
||||
files: ["tsconfig.json"],
|
||||
options: {
|
||||
tabWidth: 2,
|
||||
parser: "json5",
|
||||
quoteProps: "preserve",
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user