mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-25 04:20:33 +00:00
61f211f2d5
* Move getConfig to util package. * Handle Pool initialize event. * Update Bundle entity ethPriceUSD. * Update Pool day and hour data. * Update token derivedETH and complete handleInitialize. Co-authored-by: nabarun <nabarun@deepstacksoft.com>
19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es2021": true
|
|
},
|
|
"extends": [
|
|
"semistandard",
|
|
"plugin:@typescript-eslint/recommended"
|
|
],
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"ecmaVersion": 12,
|
|
"sourceType": "module"
|
|
},
|
|
"plugins": [
|
|
"@typescript-eslint"
|
|
]
|
|
}
|