forked from cerc-io/laconic-wallet
* Fix gas limit type for evm chains * Handle incorrect rpc url error * Fix edit network form not working for evm chains
13 lines
196 B
JavaScript
13 lines
196 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: '@react-native',
|
|
rules: {
|
|
'@typescript-eslint/no-unused-vars': [
|
|
'error',
|
|
{
|
|
ignoreRestSiblings: true,
|
|
},
|
|
],
|
|
},
|
|
};
|