Adding dependencies
This commit is contained in:
parent
cd14a32e42
commit
8c95309e8c
4 changed files with 4585 additions and 7 deletions
5
.eslintrc.cjs
Normal file
5
.eslintrc.cjs
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
parser: "@typescript-eslint/parser",
|
||||
plugins: ["solid"],
|
||||
extends: ["eslint:recommended", "plugin:solid/typescript", "prettier"],
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue