a459793f09
* Updated tests to pass when there are no txs * Add slack command to send messages to slack * Re add library for Cypress * Resolved PR comments * Added TODOs for clarity * Increase wait for block to update * Increase to 3 seconds Co-authored-by: Matthew Russell <mattrussell36@gmail.com>
19 lines
306 B
JSON
19 lines
306 B
JSON
{
|
|
"extends": ["../../.eslintrc.json"],
|
|
"ignorePatterns": ["!**/*"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
|
|
"rules": {}
|
|
},
|
|
{
|
|
"files": ["*.ts", "*.tsx"],
|
|
"rules": {}
|
|
},
|
|
{
|
|
"files": ["*.js", "*.jsx"],
|
|
"rules": {}
|
|
}
|
|
]
|
|
}
|