$ cd ~/git/work/stripes-components/" -*- $ git pull Already up-to-date. $ yarn lint yarn lint v0.24.6 $ eslint lib || true /Users/mike/git/work/stripes-components/lib/Checkbox/Checkbox.js 46:5 error Do not use setState in componentDidMount react/no-did-mount-set-state /Users/mike/git/work/stripes-components/lib/FilterGroups/FilterGroups.js 9:37 error 'onChangeFilter' is already declared in the upper scope no-shadow 34:45 error 'onChangeFilter' is already declared in the upper scope no-shadow 126:28 error 'onChangeFilter' is already declared in the upper scope no-shadow /Users/mike/git/work/stripes-components/lib/FocusLink/FocusLink.js 20:57 warning 'showOnFocus' is assigned a value but never used no-unused-vars 82:5 error Links must not point to "#". Use a more descriptive href or use a button instead jsx-a11y/href-no-hash /Users/mike/git/work/stripes-components/lib/HotKeys/index.js 1:10 error Prefer default export import/prefer-default-export /Users/mike/git/work/stripes-components/lib/Icon/Icon.js 114:201 error A space is required before closing bracket react/jsx-space-before-closing 117:204 error A space is required before closing bracket react/jsx-space-before-closing /Users/mike/git/work/stripes-components/lib/MultiColumnList/MCLRenderer.js 161:7 error Do not use setState in componentDidMount react/no-did-mount-set-state 228:7 error Do not use setState in componentDidUpdate react/no-did-update-set-state 243:3 error updateDimensions should be placed after getBodyStyle react/sort-comp 508:7 error The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype guard-for-in 529:9 error Visible, non-interactive elements should not have mouse or keyboard event listeners jsx-a11y/no-static-element-interactions 542:5 error The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype guard-for-in /Users/mike/git/work/stripes-components/lib/NavList/NavList.js 30:7 error Visible, non-interactive elements should not have mouse or keyboard event listeners jsx-a11y/no-static-element-interactions /Users/mike/git/work/stripes-components/lib/structures/AddressFieldGroup/AddressEdit/AddressEdit.js 76:18 error Expected parentheses around arrow function argument having a body with curly braces arrow-parens 80:26 error Strings must use singlequote quotes 84:2 error Missing semicolon semi /Users/mike/git/work/stripes-components/lib/structures/Notes/Notes.js 16:15 error Expected 'this' to be used by class method 'handleSubmit' class-methods-use-this 16:16 warning 'values' is defined but never used no-unused-vars 21:15 error Expected 'this' to be used by class method 'handleDelete' class-methods-use-this 21:16 warning 'id' is defined but never used no-unused-vars ✖ 23 problems (20 errors, 3 warnings) ✨ Done in 4.88s. $