Fix lint
This commit is contained in:
parent
912537f576
commit
e168fb5d84
2 changed files with 4 additions and 1 deletions
|
@ -2,4 +2,7 @@ module.exports = {
|
|||
parser: "@typescript-eslint/parser",
|
||||
plugins: ["solid"],
|
||||
extends: ["eslint:recommended", "plugin:solid/typescript", "prettier"],
|
||||
env: {
|
||||
node: true,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue