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:
M. George Hansen 2021-01-02 13:42:22 -08:00
parent 9d4fcdc281
commit 85361ce603
2 changed files with 0 additions and 0 deletions

View file

@ -1,7 +0,0 @@
{
"endOfLine": "lf",
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 4,
"semi": true
}