1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/controllers
Whymarrh Whitby 094e4cf555 Check for unused function arguments (#6583)
* eslint: Check for unused function arguments

* eslint: Ignore unused '_' in argument list

Also allow any number of '_' e.g., '__' or '___' which is to be used sparingly

* Remove and rename unused arguments
2019-05-08 15:51:33 -04:00
..
network
transactions Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
balance.js Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
blacklist.js
cached-balances.js
computed-balances.js
currency.js
detect-tokens.js
infura.js
preferences.js Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
provider-approval.js
README.md
recent-blocks.js
shapeshift.js Check for unused function arguments (#6583) 2019-05-08 15:51:33 -04:00
token-rates.js

Controllers

Different controllers (in the sense of *VC *View-Controller).