055a444fae
* Common gas price normalization. * only e2e jobs * One func * More extraction. * Fixed the tests * skip gasPriceWithinLimits * test fix * tos tring * boundaries * Extracted fetching gas price from contract * Refactored oracle gas price * lint * lint * Commentary * Using common gas price from oracle in ui * Fix lint * lint * Log * Using common gas price in monitor * cosmetics * all jobs * lint * lint * tests * more tests * incljdes * Tests in oracle * Tests in commons * Lint * moved tests from ui to commons * chai * Changed order of fetching gas price
14 lines
196 B
Plaintext
14 lines
196 B
Plaintext
{
|
|
"extends": [
|
|
"airbnb-base",
|
|
"../.eslintrc"
|
|
],
|
|
"rules": {
|
|
"no-unused-expressions": "off",
|
|
"import/no-extraneous-dependencies": "off"
|
|
},
|
|
"env": {
|
|
"mocha": true
|
|
}
|
|
}
|