Skip to content

Commit b7c5bfd

Browse files
authored
Update prettierrc.json (SchemaStore#4805)
1 parent ae0a9a3 commit b7c5bfd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/schemas/json/prettierrc.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"default": true,
3030
"type": "boolean"
3131
},
32+
"checkIgnorePragma": {
33+
"description": "Check whether the file's first docblock comment contains '@noprettier' or '@noformat' to determine if it should be formatted.",
34+
"default": false,
35+
"type": "boolean"
36+
},
3237
"cursorOffset": {
3338
"description": "Print (to stderr) where a cursor at the given position would move to after formatting.",
3439
"default": -1,
@@ -234,6 +239,10 @@
234239
"enum": ["lwc"],
235240
"description": "Lightning Web Components"
236241
},
242+
{
243+
"enum": ["mjml"],
244+
"description": "MJML"
245+
},
237246
{
238247
"type": "string",
239248
"description": "Custom parser"
@@ -300,7 +309,7 @@
300309
"type": "integer"
301310
},
302311
"requirePragma": {
303-
"description": "Require either '@prettier' or '@format' to be present in the file's first docblock comment\nin order for it to be formatted.",
312+
"description": "Require either '@prettier' or '@format' to be present in the file's first docblock comment in order for it to be formatted.",
304313
"default": false,
305314
"type": "boolean"
306315
},

0 commit comments

Comments
 (0)