Updated main provider to include Chronicle

This commit is contained in:
Samuel Andert
2023-07-21 09:24:32 +02:00
parent 19b5dee9d8
commit 4b419a5ade
17 changed files with 7220 additions and 2 deletions

View File

@ -0,0 +1,6 @@
{
"arrowParens": "avoid",
"trailingComma": "es5",
"singleQuote": true,
"semi": true
}