Format JSON and YAML using Prettier (#17823)
* Format JSON and YAML using Prettier * Add prettier to devDep
This commit is contained in:
parent
cf5435bb27
commit
584d8b977b
17 changed files with 203 additions and 129 deletions
3
.prettierrc.js
Normal file
3
.prettierrc.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
singleQuote: true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue