UNPKG
@kyve/core-beta
Version:
latest (1.23.0)
1.23.0
1.22.0
1.21.7
🚀 The base KYVE node implementation.
github.com/KYVENetwork/core
KYVENetwork/node
@kyve/core-beta
/
.eslintrc
10 lines
(9 loc)
•
211 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"../../.eslintrc"
,
"parserOptions"
:
{
"project"
:
"./tsconfig.json"
,
"ecmaVersion"
:
2018
,
"sourceType"
:
"module"
}
,
"ignorePatterns"
:
[
"test/**/*"
,
"test.ts"
,
"jest.config.js"
]
}