mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 20:02:58 +01:00
Add no-tabs ESLint rule (#8518)
This commit is contained in:
parent
48d29e679b
commit
c7f866c06f
@ -41,6 +41,7 @@ module.exports = {
|
||||
|
||||
rules: {
|
||||
'arrow-parens': 'error',
|
||||
'no-tabs': 'error',
|
||||
'no-mixed-operators': 'error',
|
||||
'import/default': 'error',
|
||||
'import/export': 'error',
|
||||
|
@ -10,7 +10,7 @@ class PreferencesController {
|
||||
* @typedef {Object} PreferencesController
|
||||
* @param {Object} opts - Overrides the defaults for the initial state of this.store
|
||||
* @property {object} store The stored object containing a users preferences, stored in local storage
|
||||
* @property {array} store.frequentRpcList A list of custom rpcs to provide the user
|
||||
* @property {array} store.frequentRpcList A list of custom rpcs to provide the user
|
||||
* @property {array} store.tokens The tokens the user wants display in their token lists
|
||||
* @property {object} store.accountTokens The tokens stored per account and then per network type
|
||||
* @property {object} store.assetImages Contains assets objects related to assets added
|
||||
|
Loading…
Reference in New Issue
Block a user