chore: fix eslint

This commit is contained in:
fryorcraken.eth 2022-10-30 21:19:14 +11:00
parent 7cc7439ed6
commit 81f3af0f66
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,6 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"parserOptions": { "project": "./tsconfig.dev.json" },
"env": { "es6": true },
"ignorePatterns": ["node_modules", "build", "coverage", "proto"],
"plugins": ["import", "eslint-comments", "functional"],

View File

@ -0,0 +1,5 @@
{
"parserOptions": {
"project": "./tsconfig.dev.json"
}
}