This commit is contained in:
aronmal 2023-10-25 18:15:19 +02:00
parent 912537f576
commit e168fb5d84
Signed by: aronmal
GPG key ID: 816B7707426FC612
2 changed files with 4 additions and 1 deletions

View file

@ -2,4 +2,7 @@ module.exports = {
parser: "@typescript-eslint/parser",
plugins: ["solid"],
extends: ["eslint:recommended", "plugin:solid/typescript", "prettier"],
env: {
node: true,
},
};