mirror of https://github.com/status-im/js-waku.git
chore: fix eslint
This commit is contained in:
parent
7cc7439ed6
commit
81f3af0f66
|
@ -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"],
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"parserOptions": {
|
||||
"project": "./tsconfig.dev.json"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue