FIX: prettier formatting (#1395)

* prettier

* depreceation warning, and reformatting with new prettier verison
This commit is contained in:
dni ⚡ 2023-01-23 14:23:30 +01:00 committed by GitHub
parent e106ec3e9c
commit 2976168387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,6 @@
"singleQuote": true,
"trailingComma": "none",
"useTabs": false,
"jsxBracketSameLine": false,
"bracketSameLine": false,
"bracketSpacing": false
}