Created
June 3, 2025 15:00
-
-
Save fackux/9447c998ef6d304e639ba286c8578626 to your computer and use it in GitHub Desktop.
linter listado
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/flopez/src/navent/listado/frontend/scripts/amplitude/amplitude.js | |
71:51 error Unnecessary escape character: \. no-useless-escape | |
71:57 error Unnecessary escape character: \. no-useless-escape | |
75:51 error Unnecessary escape character: \. no-useless-escape | |
75:59 error Unnecessary escape character: \. no-useless-escape | |
87:52 error Unnecessary escape character: \. no-useless-escape | |
87:58 error Unnecessary escape character: \. no-useless-escape | |
87:64 error Unnecessary escape character: \. no-useless-escape | |
87:72 error Unnecessary escape character: \. no-useless-escape | |
/home/flopez/src/navent/listado/frontend/scripts/newRelic.js | |
18:7102 error Unnecessary escape character: \s no-useless-escape | |
18:7106 error Unnecessary escape character: \d no-useless-escape | |
18:7109 error Unnecessary escape character: \. no-useless-escape | |
18:7111 error Unnecessary escape character: \d no-useless-escape | |
18:35321 error Unnecessary escape character: \d no-useless-escape | |
18:50989 error Unnecessary escape character: \. no-useless-escape | |
18:51005 error Unnecessary escape character: \w no-useless-escape | |
18:51010 error Unnecessary escape character: \. no-useless-escape | |
/home/flopez/src/navent/listado/frontend/server/controllers/postingController.js | |
3:17 warning 'data' is defined but never used no-unused-vars | |
/home/flopez/src/navent/listado/frontend/src/components/apostrophe/apostropheAvegare/apostropheComponent.js | |
18:48 error Unnecessary escape character: \< no-useless-escape | |
18:52 error Unnecessary escape character: \> no-useless-escape | |
/home/flopez/src/navent/listado/frontend/src/components/bannerFlorianopolis/bannerFlorianopolis.js | |
14:96 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
/home/flopez/src/navent/listado/frontend/src/components/bookmarks/bookmarks.js | |
162:8 error Missing "key" prop for element in array react/jsx-key | |
/home/flopez/src/navent/listado/frontend/src/components/bookmarks/shortBookmarkModal.js | |
68:7 error Visible, non-interactive elements with click handlers must have at least one keyboard listener jsx-a11y/click-events-have-key-events | |
68:7 error Non-interactive elements should not be assigned mouse or keyboard event listeners jsx-a11y/no-noninteractive-element-interactions | |
75:7 error Visible, non-interactive elements with click handlers must have at least one keyboard listener jsx-a11y/click-events-have-key-events | |
75:7 error Non-interactive elements should not be assigned mouse or keyboard event listeners jsx-a11y/no-noninteractive-element-interactions | |
81:7 error Visible, non-interactive elements with click handlers must have at least one keyboard listener jsx-a11y/click-events-have-key-events | |
81:7 error Non-interactive elements should not be assigned mouse or keyboard event listeners jsx-a11y/no-noninteractive-element-interactions | |
/home/flopez/src/navent/listado/frontend/src/components/breadcrumb/breadcrumb.js | |
20:53 error Unknown property 'vocab' found react/no-unknown-property | |
20:80 error Unknown property 'typeof' found react/no-unknown-property | |
27:51 error Invalid property 'property' found on tag 'li', but it is only allowed on: meta react/no-unknown-property | |
27:78 error Unknown property 'typeof' found react/no-unknown-property | |
28:61 error Invalid property 'property' found on tag 'a', but it is only allowed on: meta react/no-unknown-property | |
28:77 error Unknown property 'typeof' found react/no-unknown-property | |
28:234 error Invalid property 'property' found on tag 'span', but it is only allowed on: meta react/no-unknown-property | |
/home/flopez/src/navent/listado/frontend/src/components/condominium/pageCondominium.js | |
18:4 error Unreachable code no-unreachable | |
21:4 error Unreachable code no-unreachable | |
24:4 error Unreachable code no-unreachable | |
27:4 error Unreachable code no-unreachable | |
30:4 error Unreachable code no-unreachable | |
/home/flopez/src/navent/listado/frontend/src/components/dropdownUserLogged/dropdownLogged.js | |
81:5 error Visible, non-interactive elements with click handlers must have at least one keyboard listener jsx-a11y/click-events-have-key-events | |
81:5 error Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element jsx-a11y/no-static-element-interactions | |
/home/flopez/src/navent/listado/frontend/src/components/dropdownUserNotLogged/dropdownNotLogged.js | |
59:7 error Do not pass children as props. Instead, nest children between the opening and closing tags react/no-children-prop | |
/home/flopez/src/navent/listado/frontend/src/components/filters/appliedFilters.js | |
37:19 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
/home/flopez/src/navent/listado/frontend/src/components/filters/checkboxRenderType.js | |
78:59 warning Expected '===' and instead saw '==' eqeqeq | |
/home/flopez/src/navent/listado/frontend/src/components/filters/filterSearchKeyword.js | |
115:20 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
/home/flopez/src/navent/listado/frontend/src/components/filters/filterUtilities.js | |
8:2 error Duplicate case label no-duplicate-case | |
10:3 error Unreachable code no-unreachable | |
13:3 error Unreachable code no-unreachable | |
30:50 warning Expected '===' and instead saw '==' eqeqeq | |
/home/flopez/src/navent/listado/frontend/src/components/filters/inputRenderType.js | |
65:63 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
/home/flopez/src/navent/listado/frontend/src/components/filters/moreFilters.js | |
49:18 warning Expected '!==' and instead saw '!=' eqeqeq | |
/home/flopez/src/navent/listado/frontend/src/components/filters/newLocationRenderType.js | |
139:20 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
/home/flopez/src/navent/listado/frontend/src/components/filters/newMobileLocationRenderType.js | |
138:20 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
/home/flopez/src/navent/listado/frontend/src/components/filters/operationRenderType.js | |
21:3 warning 'isTablet' is assigned a value but never used no-unused-vars | |
/home/flopez/src/navent/listado/frontend/src/components/filters/rangeDropdownRenderType.js | |
32:22 warning 'setFilterRooms' is assigned a value but never used no-unused-vars | |
/home/flopez/src/navent/listado/frontend/src/components/filters/recommendationsFilters.js | |
25:32 warning Expected '===' and instead saw '==' eqeqeq | |
74:3 error Visible, non-interactive elements with click handlers must have at least one keyboard listener jsx-a11y/click-events-have-key-events | |
74:3 error Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element jsx-a11y/no-static-element-interactions | |
/home/flopez/src/navent/listado/frontend/src/components/footer/appsBox.js | |
15:3 warning 'isZP' is assigned a value but never used no-unused-vars | |
/home/flopez/src/navent/listado/frontend/src/components/footer/breadcrumbMobile.js | |
17:53 error Unknown property 'vocab' found react/no-unknown-property | |
17:80 error Unknown property 'typeof' found react/no-unknown-property | |
22:30 error Invalid property 'property' found on tag 'li', but it is only allowed on: meta react/no-unknown-property | |
22:57 error Unknown property 'typeof' found react/no-unknown-property | |
23:51 error Invalid property 'property' found on tag 'a', but it is only allowed on: meta react/no-unknown-property | |
23:67 error Unknown property 'typeof' found react/no-unknown-property | |
24:15 error Invalid property 'property' found on tag 'span', but it is only allowed on: meta react/no-unknown-property | |
/home/flopez/src/navent/listado/frontend/src/components/header/fintechBlock.js | |
15:13 warning 'styles' is defined but never used no-unused-vars | |
/home/flopez/src/navent/listado/frontend/src/components/icons/Chevron.js | |
16:3 error No duplicate props allowed react/jsx-no-duplicate-props | |
/home/flopez/src/navent/listado/frontend/src/components/leads/contactButton.js | |
46:3 warning 'isMicrositeV2' is assigned a value but never used no-unused-vars | |
121:8 warning 'getLocation' is assigned a value but never used no-unused-vars | |
/home/flopez/src/navent/listado/frontend/src/components/leads/leadsUtilities.js | |
20:3 error Duplicate key 'priceOperationTypes' no-dupe-keys | |
228:57 warning 'index' is defined but never used no-unused-vars | |
278:61 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
280:53 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
282:57 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
284:54 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
/home/flopez/src/navent/listado/frontend/src/components/leads/whatsappButton.js | |
22:78 warning 'verticalEnabled' is assigned a value but never used no-unused-vars | |
/home/flopez/src/navent/listado/frontend/src/components/login/login.js | |
73:7 error Do not pass children as props. Instead, nest children between the opening and closing tags react/no-children-prop | |
/home/flopez/src/navent/listado/frontend/src/components/login/quickLoginMethods.js | |
62:51 warning 'response' is defined but never used no-unused-vars | |
62:67 warning 'type' is defined but never used no-unused-vars | |
62:85 warning 'isQuickLogin' is defined but never used no-unused-vars | |
/home/flopez/src/navent/listado/frontend/src/components/map/configs.js | |
9:3 error Unreachable code no-unreachable | |
16:3 error Unreachable code no-unreachable | |
23:3 error Unreachable code no-unreachable | |
30:3 error Unreachable code no-unreachable | |
82:4 error Mixed spaces and tabs no-mixed-spaces-and-tabs | |
83:4 error Mixed spaces and tabs no-mixed-spaces-and-tabs | |
104:2 error Duplicate key 'strokeColor' no-dupe-keys | |
107:2 error Duplicate key 'fillColor' no-dupe-keys | |
/home/flopez/src/navent/listado/frontend/src/components/map/mapDrawing.js | |
108:7 error Do not pass children as props. Instead, nest children between the opening and closing tags react/no-children-prop | |
117:7 error Do not pass children as props. Instead, nest children between the opening and closing tags react/no-children-prop | |
/home/flopez/src/navent/listado/frontend/src/components/map/postingMarker.js | |
84:7 error Visible, non-interactive elements with click handlers must have at least one keyboard listener jsx-a11y/click-events-have-key-events | |
84:7 error Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element jsx-a11y/no-static-element-interactions | |
/home/flopez/src/navent/listado/frontend/src/components/menuMobile/menuMobile.js | |
8:10 warning 'buildClassNames' is defined but never used no-unused-vars | |
/home/flopez/src/navent/listado/frontend/src/components/micrositeV2/header/components/AboutSection.js | |
48:29 warning Unexpected empty arrow function no-empty-function | |
/home/flopez/src/navent/listado/frontend/src/components/navMenu/listMenuMobile.js | |
37:7 error Visible, non-interactive elements with click handlers must have at least one keyboard listener jsx-a11y/click-events-have-key-events | |
37:7 error Non-interactive elements should not be assigned mouse or keyboard event listeners jsx-a11y/no-noninteractive-element-interactions | |
39:9 error Visible, non-interactive elements with click handlers must have at least one keyboard listener jsx-a11y/click-events-have-key-events | |
39:9 error Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element jsx-a11y/no-static-element-interactions | |
/home/flopez/src/navent/listado/frontend/src/components/navMenu/menuMobileLogged.js | |
76:5 error Visible, non-interactive elements with click handlers must have at least one keyboard listener jsx-a11y/click-events-have-key-events | |
76:5 error Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element jsx-a11y/no-static-element-interactions | |
/home/flopez/src/navent/listado/frontend/src/components/navMenu/navMobile.js | |
82:8 error Do not pass children as props. Instead, nest children between the opening and closing tags react/no-children-prop | |
117:17 warning Unexpected empty arrow function no-empty-function | |
/home/flopez/src/navent/listado/frontend/src/components/onboarding/onboarding.js | |
110:15 warning Unexpected empty method 'close' no-empty-function | |
111:20 warning Unexpected empty method 'onResponse' no-empty-function | |
/home/flopez/src/navent/listado/frontend/src/components/postingsList/lastGalleryItem.js | |
22:3 error Visible, non-interactive elements with click handlers must have at least one keyboard listener jsx-a11y/click-events-have-key-events | |
22:3 error Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element jsx-a11y/no-static-element-interactions | |
/home/flopez/src/navent/listado/frontend/src/components/postingsList/postingsUtilities.js | |
44:133 warning Expected '===' and instead saw '==' eqeqeq | |
190:4 error Visible, non-interactive elements with click handlers must have at least one keyboard listener jsx-a11y/click-events-have-key-events | |
190:4 error Non-interactive elements should not be assigned mouse or keyboard event listeners jsx-a11y/no-noninteractive-element-interactions | |
/home/flopez/src/navent/listado/frontend/src/components/postingsTopSection/VisitedButton.js | |
53:4 error Visible, non-interactive elements with click handlers must have at least one keyboard listener jsx-a11y/click-events-have-key-events | |
53:4 error Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element jsx-a11y/no-static-element-interactions | |
/home/flopez/src/navent/listado/frontend/src/components/postlead/listingPostlead.js | |
60:13 error This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain no-dupe-else-if | |
137:2 error Duplicate key 'isMobile' no-dupe-keys | |
138:2 error Duplicate key 'bannerToggle' no-dupe-keys | |
/home/flopez/src/navent/listado/frontend/src/components/publishButton/publishButton.js | |
14:77 warning 'enableFeedbackNotification' is defined but never used no-unused-vars | |
/home/flopez/src/navent/listado/frontend/src/components/seoRelatedContent/seoRelatedContentDesktop.js | |
46:50 error Unknown property 'li' found react/no-unknown-property | |
/home/flopez/src/navent/listado/frontend/src/components/whatsAppPublishers/whatsAppPublishers.js | |
52:9 error Visible, non-interactive elements with click handlers must have at least one keyboard listener jsx-a11y/click-events-have-key-events | |
52:9 error Non-interactive elements should not be assigned mouse or keyboard event listeners jsx-a11y/no-noninteractive-element-interactions | |
/home/flopez/src/navent/listado/frontend/src/ducks/reducers/filtersReducer.js | |
44:4 error Unreachable code no-unreachable | |
68:4 error Unreachable code no-unreachable | |
98:4 error Unreachable code no-unreachable | |
112:4 error Unreachable code no-unreachable | |
121:3 error Unexpected lexical declaration in case block no-case-declarations | |
147:4 error Unreachable code no-unreachable | |
166:4 error Unreachable code no-unreachable | |
/home/flopez/src/navent/listado/frontend/src/ducks/reducers/sessionReducer.js | |
8:3 error Unreachable code no-unreachable | |
15:3 error Unreachable code no-unreachable | |
21:3 error Unreachable code no-unreachable | |
30:3 error Unreachable code no-unreachable | |
36:3 error Unreachable code no-unreachable | |
43:3 error Unreachable code no-unreachable | |
52:3 error Unreachable code no-unreachable | |
64:3 error Unreachable code no-unreachable | |
66:3 error Unexpected lexical declaration in case block no-case-declarations | |
79:3 error Unreachable code no-unreachable | |
/home/flopez/src/navent/listado/frontend/src/hooks/postingList/useSendMetrics.js | |
95:32 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
/home/flopez/src/navent/listado/frontend/src/hooks/useMapDraw.js | |
27:27 warning 'e' is defined but never used no-unused-vars | |
/home/flopez/src/navent/listado/frontend/src/metrics/index.js | |
119:2 error Mixed spaces and tabs no-mixed-spaces-and-tabs | |
120:2 error Mixed spaces and tabs no-mixed-spaces-and-tabs | |
124:1 error Mixed spaces and tabs no-mixed-spaces-and-tabs | |
/home/flopez/src/navent/listado/frontend/src/services/fetchFavorite.js | |
3:13 warning 'env' is defined but never used no-unused-vars | |
4:6 error Unexpected constant condition no-constant-condition | |
/home/flopez/src/navent/listado/frontend/src/utilities/getUrlParams.js | |
10:56 error Unnecessary escape character: \[ no-useless-escape | |
/home/flopez/src/navent/listado/frontend/store/helpers/buildInitialFilters.js | |
9:17 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
69:18 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
73:18 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
77:29 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
99:20 error Do not access Object.prototype method 'hasOwnProperty' from target object no-prototype-builtins | |
/home/flopez/src/navent/listado/frontend/store/helpers/setInitialFilters.js | |
13:3 error Unreachable code no-unreachable | |
16:3 error Unreachable code no-unreachable | |
✖ 151 problems (126 errors, 25 warnings) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment