Adding dependencies

This commit is contained in:
aronmal 2023-10-17 15:33:47 +02:00
parent cd14a32e42
commit 8c95309e8c
Signed by: aronmal
GPG key ID: 816B7707426FC612
4 changed files with 4585 additions and 7 deletions

5
.eslintrc.cjs Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
parser: "@typescript-eslint/parser",
plugins: ["solid"],
extends: ["eslint:recommended", "plugin:solid/typescript", "prettier"],
};