1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/pages/send/send-content
Whymarrh Whitby b0890b6b32
Enforce a single boolean attr notation in JSX (#7465)
This changeset enables the ESLint rule enforcing a single notation for boolean
attributes in JSX—explictly setting the value to `true` is no longer allowed
(as it was never needed).[1]

From the docs for JSX:[2]

> If you pass no value for a prop, it defaults to `true`.

  [1]:https://github.com/yannickcr/eslint-plugin-react/blob/80935658/docs/rules/jsx-boolean-value.md
  [2]:https://reactjs.org/docs/jsx-in-depth.html#props-default-to-true

I have chosen to use this default as it the most consistent with HTML (a la
`checked` and `disabled`).
2019-11-18 19:53:41 -03:30
..
add-recipient Disable unnecessary curly braces in JSX (#7454) 2019-11-18 11:38:47 -03:30
send-amount-row Disable unnecessary curly braces in JSX (#7454) 2019-11-18 11:38:47 -03:30
send-asset-row Single asset dropdown fix (#6900) 2019-07-23 21:21:13 -02:30
send-dropdown-list Disable unnecessary curly braces in JSX (#7454) 2019-11-18 11:38:47 -03:30
send-from-row Add token selection to the send screen (#6445) 2019-04-17 16:45:13 -02:30
send-gas-row Enforce a single boolean attr notation in JSX (#7465) 2019-11-18 19:53:41 -03:30
send-hex-data-row Disable unnecessary curly braces in JSX (#7454) 2019-11-18 11:38:47 -03:30
send-row-wrapper Disable unnecessary curly braces in JSX (#7454) 2019-11-18 11:38:47 -03:30
tests Enforce a single boolean attr notation in JSX (#7465) 2019-11-18 19:53:41 -03:30
index.js Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30
send-content.component.js Address book fixes (#6978) 2019-08-13 20:43:05 -02:30
send-content.container.js Address book fixes (#6978) 2019-08-13 20:43:05 -02:30