ESLint has found some issues with your code (please check the JavaScript coding standards )
/var/www/html/Contribution/pinterest_hover/js/exclude_hover_selectors.js: line 2, col 3, Error - Strings must use singlequote. (quotes) /var/www/html/Contribution/pinterest_hover/js/exclude_hover_selectors.js: line 4, col 1, Error - Expected indentation of 4 spaces but found 6. (indent) /var/www/html/Contribution/pinterest_hover/js/exclude_hover_selectors.js: line 5, col 1, Error - Expected indentation of 4 spaces but found 6. (indent) /var/www/html/Contribution/pinterest_hover/js/exclude_hover_selectors.js: line 6, col 1, Error - Expected indentation of 4 spaces but found 6. (indent) /var/www/html/Contribution/pinterest_hover/js/exclude_hover_selectors.js: line 7, col 1, Error - Expected indentation of 6 spaces but found 8. (indent) /var/www/html/Contribution/pinterest_hover/js/exclude_hover_selectors.js: line 8, col 1, Error - Expected indentation of 6 spaces but found 8. (indent) /var/www/html/Contribution/pinterest_hover/js/exclude_hover_selectors.js: line 9, col 1, Error - Expected indentation of 6 spaces but found 8. (indent) /var/www/html/Contribution/pinterest_hover/js/exclude_hover_selectors.js: line 10, col 1, Error - Expected indentation of 4 spaces but found 6. (indent) /var/www/html/Contribution/pinterest_hover/js/exclude_hover_selectors.js: line 11, col 1, Error - Expected indentation of 2 spaces but found 4. (indent) 9 problems
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | es_lint_errors-pinterest_hover-2966308-2.patch | 1.15 KB | sivaprasadc |
Comments
Comment #2
sivaprasadc commentedHi,
I have created a patch file for the same. Please review it.
Comment #3
sivaprasadc commentedComment #4
bandanasharma commented#2 patch apply cleanly. File show correct indentation.
Comment #6
mbayntonThanks!