Automattic / dops-components

Shared Calypso-style components for non-Calypso projects.
GNU General Public License v2.0
9 stars 6 forks source link

Update files to pass ESLint validation #92

Closed eliorivero closed 7 years ago

eliorivero commented 7 years ago

Fixes a bunch of errors

ERROR in ../dops-components/client/components/card/index.jsx
  83:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs

ERROR in ../dops-components/client/components/section-header/index.jsx
  4:17  error  'PropTypes' is defined but never used  no-unused-vars

ERROR in ../dops-components/client/components/chart/bar-container.jsx
  34:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs
  35:2  error  Mixed spaces and tabs  no-mixed-spaces-and-tabs

ERROR in ../dops-components/client/components/chart/bar.jsx
    6:2  error  'noop' is assigned a value but never used     no-unused-vars
   11:5  error  'Popover' is assigned a value but never used  no-unused-vars
  142:4  error  'tooltip' is defined but never used           no-unused-vars
  156:2  error  Mixed spaces and tabs                         no-mixed-spaces-and-tabs
  157:2  error  Mixed spaces and tabs                         no-mixed-spaces-and-tabs
  158:2  error  Mixed spaces and tabs                         no-mixed-spaces-and-tabs
  159:2  error  Mixed spaces and tabs                         no-mixed-spaces-and-tabs

ERROR in ../dops-components/client/components/clipboard-button-input/index.jsx
  79:5  error  Newline required at end of file but not found  eol-last

ERROR in ../dops-components/client/components/form/clipboard-button/index.jsx
  59:5  error  Newline required at end of file but not found  eol-last
dereksmart commented 7 years ago

LGTM -- no errors on linked build 👍