1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/components
Daijiro Wachi 43b1cb9100 Fix lint warnings
Fixed warnings:
```md
app/scripts/controllers/computed-balances.js
+ 35:27  warning  Missing space before function parentheses            space-before-function-paren
+ 41:14  warning  'address' is never reassigned. Use 'const' instead   prefer-const
+ 61:9   warning  'updater' is never reassigned. Use 'const' instead   prefer-const
+ 68:11  warning  'newState' is never reassigned. Use 'const' instead  prefer-const

app/scripts/controllers/network.js
+ 104:29  warning  Missing space before function parentheses  space-before-function-paren

app/scripts/lib/createLoggerMiddleware.js
+ 4:32  warning  Missing space before function parentheses      space-before-function-paren
+ 15:2   warning  Newline required at end of file but not found  eol-last

app/scripts/lib/createOriginMiddleware.js
+ 4:32  warning  Missing space before function parentheses      space-before-function-paren
+ 9:2   warning  Newline required at end of file but not found  eol-last

app/scripts/lib/createProviderMiddleware.js
+ 5:34  warning  Missing space before function parentheses      space-before-function-paren
+ 13:2   warning  Newline required at end of file but not found  eol-last

app/scripts/lib/events-proxy.js
+ 1:50  warning  Missing space before function parentheses      space-before-function-paren
+ 31:2   warning  Newline required at end of file but not found  eol-last

app/scripts/lib/nodeify.js
+ 2:22  warning  Missing space before function parentheses  space-before-function-paren
+ 2:24  warning  Missing space before opening brace         space-before-blocks
+ 5:18  warning  Missing space before function parentheses  space-before-function-paren
+ 5:20  warning  Missing space before opening brace         space-before-blocks

app/scripts/lib/pending-balance-calculator.js
+ 16:19  warning  Missing space before function parentheses  space-before-function-paren

app/scripts/lib/pending-tx-tracker.js
+ 85:11  warning  '||' should be placed at the end of the line  operator-linebreak
+ 87:11  warning  '||' should be placed at the end of the line  operator-linebreak
+ 88:11  warning  '||' should be placed at the end of the line  operator-linebreak
+ 90:11  warning  '||' should be placed at the end of the line  operator-linebreak
+ 91:11  warning  '||' should be placed at the end of the line  operator-linebreak

app/scripts/lib/port-stream.js
+ 3:22  warning  Missing space before function parentheses  space-before-function-paren
+ 3:24  warning  Missing space before opening brace         space-before-blocks

app/scripts/lib/tx-gas-utils.js
+ 84:2  warning  Newline required at end of file but not found  eol-last

app/scripts/lib/tx-state-history-helper.js
+ 12:37  warning  Missing space before function parentheses      space-before-function-paren
+ 23:30  warning  Missing space before function parentheses      space-before-function-paren
+ 30:23  warning  Missing space before function parentheses      space-before-function-paren
+ 35:28  warning  Missing space before function parentheses      space-before-function-paren
+ 41:2   warning  Newline required at end of file but not found  eol-last

app/scripts/lib/tx-state-manager.js
+ 94:13  warning  'value' is never reassigned. Use 'const' instead  prefer-const

ui/app/reducers.js
+ 45:7  warning  'state' is never reassigned. Use 'const' instead        prefer-const
+ 53:7  warning  'stateString' is never reassigned. Use 'const' instead  prefer-const

ui/lib/tx-helper.js
+ 27:2  warning  Newline required at end of file but not found  eol-last

ui/app/components/account-dropdowns.js
+ 163:1  warning  More than 2 blank lines not allowed  no-multiple-empty-lines

ui/app/components/menu-droppo.js
+ 22:7  warning  'style' is never reassigned. Use 'const' instead  prefer-const

ui/app/components/shapeshift-form.js
+ 135:11  warning  '&&' should be placed at the end of the line  operator-linebreak

ui/app/components/typed-message-renderer.js
+ 35:25  warning  Missing space before function parentheses      space-before-function-paren
+ 42:2   warning  Newline required at end of file but not found  eol-last

mascara/server/index.js
+ 11:42  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
+ 12:36  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
+ 13:33  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
+ 14:40  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
+ 20:29  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
+ 21:29  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
+ 26:40  warning  Use path.join() or path.resolve() instead of + to create paths  no-path-concat
```
2017-10-21 21:06:39 +02:00
..
account-dropdowns.js Fix lint warnings 2017-10-21 21:06:39 +02:00
account-export.js Fix typo. 2017-09-11 16:52:35 -07:00
account-panel.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
balance.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
binary-renderer.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
bn-as-decimal-input.js Fix precision to account for small wei increase. 2017-10-05 15:26:03 -07:00
buy-button-subview.js ui - buy eth - formatting and moved network names to config 2017-08-09 12:25:38 -07:00
coinbase-form.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
copyable.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
copyButton.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
custom-radio-list.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
dropdown.js Readd loose label onto accounts. 2017-08-09 17:40:01 -07:00
editable-label.js Replace ui with responsive-ui 2017-07-24 17:05:07 -07:00
ens-input.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
eth-balance.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
fiat-value.js Account for undefined currencies. 2017-09-26 10:09:50 -07:00
hex-as-decimal-input.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
identicon.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
loading.js Ensure loading indication is full screen 2017-07-27 14:15:56 -07:00
mascot.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
menu-droppo.js Fix lint warnings 2017-10-21 21:06:39 +02:00
mini-account-panel.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
network.js Add cursor on hover on loading. Change some wording. 2017-09-07 16:26:31 -07:00
notice.js Lint ui/app 2017-08-03 19:17:46 -07:00
pending-msg-details.js Fix eth sign formatting 2017-08-17 15:35:17 -07:00
pending-msg.js Make eth_sign deprecation warning more useful 2017-09-05 11:44:26 -07:00
pending-personal-msg-details.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
pending-personal-msg.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
pending-tx.js Revert to normal balances. 2017-10-04 12:10:01 -07:00
pending-typed-msg-details.js Add eth_signTypedData handler 2017-09-29 19:40:46 +03:00
pending-typed-msg.js Add eth_signTypedData handler 2017-09-29 19:40:46 +03:00
qr-code.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
range-slider.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
shapeshift-form.js Fix lint warnings 2017-10-21 21:06:39 +02:00
shift-list-item.js Move etherscan link logic into module 2017-10-14 11:23:44 -04:00
tab-bar.js Lots of flex rearrangement on account detail view 2017-07-25 18:25:56 -07:00
template.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
token-cell.js Move responsive ui into its own folder for easier merges 2017-07-20 12:38:38 -07:00
token-list.js Multiple tokens shows the amount when greater than 1 2017-08-29 17:54:01 -07:00
tooltip.js fixed position of tooltips to avoid overflow. 2017-09-12 16:15:56 -07:00
transaction-list-item-icon.js fixed position of tooltips to avoid overflow. 2017-09-12 16:15:56 -07:00
transaction-list-item.js Move etherscan link logic into module 2017-10-14 11:23:44 -04:00
transaction-list.js Set initial scale for mobile. 2017-07-26 14:36:22 -07:00
typed-message-renderer.js Fix lint warnings 2017-10-21 21:06:39 +02:00