carteb / carte-blanche

An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
https://www.youtube.com/watch?v=6g3-TQ6aaw8
MIT License
1.5k stars 47 forks source link

Fixed couple of listed issues #279

Closed nkalichynskyi closed 8 years ago

nikgraf commented 8 years ago

hey @nkalichynskyi, really great changes! thx

can you remove the debugging statement and fix the linting issues?

/home/travis/build/carteb/carte-blanche/plugins/react/frontend/components/common/DeleteConfirmationButtons/index.js
  10:1   error  Trailing spaces not allowed                    no-trailing-spaces
  11:56  error  Missing space before opening brace             space-before-blocks
  12:28  error  Missing space before opening brace             space-before-blocks
  17:27  error  Missing space before opening brace             space-before-blocks
  21:1   error  Trailing spaces not allowed                    no-trailing-spaces
  22:11  error  Missing space before opening brace             space-before-blocks
  23:5   error  Expected space(s) after "return"               keyword-spacing
  25:17  error  JSX props should not use .bind()               react/jsx-no-bind
  28:17  error  JSX props should not use .bind()               react/jsx-no-bind
  32:6   error  Missing semicolon                              semi
  36:2   error  Newline required at end of file but not found  eol-last
/home/travis/build/carteb/carte-blanche/plugins/react/frontend/components/PlaygroundList/index.js
  365:5   warning  Unexpected console statement                              no-console
  394:3   error    Block must not be padded by blank lines                   padded-blocks
  475:1   error    Trailing spaces not allowed                               no-trailing-spaces
  478:17  error    Expected indentation of 14 space characters but found 16  react/jsx-indent
✖ 15 problems (14 errors, 1 warning)
mxstbr commented 8 years ago

Lets land this! :fire: