Set semicolon as true in prettier config, because in cli.js semicolons are used
This commit is contained in:
parent
2f82f4b3da
commit
90f9acd2ea
@ -2,6 +2,6 @@
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"bracketSpacing": true,
|
||||
"semi": false,
|
||||
"semi": true,
|
||||
"printWidth": 130
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user