mirror of https://github.com/status-im/js-waku.git
chore: fix eslint config for lint-staged
This commit is contained in:
parent
6b2accbb28
commit
44e2890301
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
parserOptions: {
|
||||
tsconfigRootDir: __dirname,
|
||||
project: "./tsconfig.dev.json",
|
||||
},
|
||||
};
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"parserOptions": {
|
||||
"project": "./tsconfig.dev.json"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue