mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-02 09:06:43 +03:00
Convert prettierrc.js file to JSON (#7424)
* Convert prettierrc file to JSON * Remove prettierrc.js
This commit is contained in:
parent
5ece738699
commit
20bcfb4e49
@ -1,4 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
trailingComma: 'all',
|
|
||||||
singleQuote: true,
|
|
||||||
};
|
|
4
.prettierrc.json
Normal file
4
.prettierrc.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"trailingComma": "all",
|
||||||
|
"singleQuote": true
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user