chore: use *.json extension for config files
For consistency and readability we're explicitly adding the .json extension to config files.
This commit is contained in:
parent
53d4062e52
commit
8622a4c6c9
2 changed files with 0 additions and 0 deletions
7
.prettierrc.json
Normal file
7
.prettierrc.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"endOfLine": "lf",
|
||||
"singleQuote": false,
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 4,
|
||||
"semi": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue