#28: move config files

This commit is contained in:
tsomic
2023-03-02 23:44:41 +01:00
parent 9819149d45
commit 452fd69844
3 changed files with 15 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"root": true
}
+3
View File
@@ -0,0 +1,3 @@
dist
node_modules
**/emojiMap.json
+6
View File
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}