mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-17 06:47:29 +00:00
chore: fix eslint config for lint-staged
This commit is contained in:
parent
6b2accbb28
commit
44e2890301
6
packages/core/.eslintrc.cjs
Normal file
6
packages/core/.eslintrc.cjs
Normal file
@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
parserOptions: {
|
||||
tsconfigRootDir: __dirname,
|
||||
project: "./tsconfig.dev.json",
|
||||
},
|
||||
};
|
@ -1,5 +0,0 @@
|
||||
{
|
||||
"parserOptions": {
|
||||
"project": "./tsconfig.dev.json"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user