Move eslint and prettier configs to fe folder

This commit is contained in:
2024-09-29 21:58:15 +02:00
parent 05f5ca2877
commit b20c66d257
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}