File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 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 ,
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"
300309 "type" : " integer"
301310 },
302311 "requirePragma" : {
303- "description" : " Require either '@prettier' or '@format' to be present in the file's first docblock comment\n in 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 },
You can’t perform that action at this time.
0 commit comments