Convert prettierrc.js file to JSON (#7424)

* Convert prettierrc file to JSON

* Remove prettierrc.js
This commit is contained in:
Álvaro Mondéjar 2022-05-17 14:36:28 +02:00 committed by GitHub
parent 5ece738699
commit 20bcfb4e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +0,0 @@
module.exports = {
trailingComma: 'all',
singleQuote: true,
};

4
.prettierrc.json Normal file
View File

@ -0,0 +1,4 @@
{
"trailingComma": "all",
"singleQuote": true
}