-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.eslintcache
1 lines (1 loc) · 8.69 KB
/
.eslintcache
1
[{"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\index.js":"1","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\user-profile\\Profile.jsx":"2","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\login\\Login.jsx":"3","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\user-profile\\components\\UserInfo.jsx":"4","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\user-profile\\components\\EditButton.jsx":"5","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\user-profile\\components\\SwagCard.jsx":"6","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\user-profile\\components\\Badge.jsx":"7","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\login\\components\\Button.jsx":"8","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\Home.jsx":"9","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\components\\Hero.jsx":"10","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\components\\CategoriaItem.jsx":"11","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\components\\OfertaItem.jsx":"12","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\components\\Footer.jsx":"13","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\components\\HashtagItem.jsx":"14","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\components\\socialMediaItem.jsx":"15"},{"size":426,"mtime":1615779730686,"results":"16","hashOfConfig":"17"},{"size":2639,"mtime":1615684066181,"results":"18","hashOfConfig":"17"},{"size":1486,"mtime":1615684066091,"results":"19","hashOfConfig":"17"},{"size":764,"mtime":1615684066371,"results":"20","hashOfConfig":"17"},{"size":296,"mtime":1615684066371,"results":"21","hashOfConfig":"17"},{"size":769,"mtime":1615684066371,"results":"22","hashOfConfig":"17"},{"size":542,"mtime":1615684066371,"results":"23","hashOfConfig":"17"},{"size":271,"mtime":1615684066141,"results":"24","hashOfConfig":"17"},{"size":9683,"mtime":1615932070638,"results":"25","hashOfConfig":"17"},{"size":819,"mtime":1615927502630,"results":"26","hashOfConfig":"17"},{"size":433,"mtime":1615780987571,"results":"27","hashOfConfig":"17"},{"size":1131,"mtime":1615922360321,"results":"28","hashOfConfig":"17"},{"size":1320,"mtime":1615779945970,"results":"29","hashOfConfig":"17"},{"size":264,"mtime":1615925510625,"results":"30","hashOfConfig":"17"},{"size":434,"mtime":1615930960217,"results":"31","hashOfConfig":"17"},{"filePath":"32","messages":"33","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":"34","usedDeprecatedRules":"35"},"2courz",{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"38","messages":"39","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"40","messages":"41","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"42","messages":"43","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"44","messages":"45","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"46","messages":"47","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"48","messages":"49","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"50","messages":"51","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"52","messages":"53","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"54","messages":"55","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"56","usedDeprecatedRules":"35"},{"filePath":"57","messages":"58","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"59","messages":"60","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"61","messages":"62","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"63","messages":"64","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\index.js",["65","66","67"],"import React from \"react\";\r\nimport ReactDOM from \"react-dom\";\r\nimport './index.css'\r\nimport 'normalize.css'\r\nimport Login from './features/login/Login';\r\nimport Profile from './features/user-profile/Profile';\r\nimport Footer from \"./features/home/components/Footer\";\r\nimport Home from './features/home/Home'\r\n\r\nReactDOM.render(\r\n <React.StrictMode>\r\n <Home/>\r\n </React.StrictMode>,\r\n document.getElementById(\"root\")\r\n);\r\n",["68","69"],"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\user-profile\\Profile.jsx",[],"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\login\\Login.jsx",[],"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\user-profile\\components\\UserInfo.jsx",[],"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\user-profile\\components\\EditButton.jsx",[],"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\user-profile\\components\\SwagCard.jsx",[],"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\user-profile\\components\\Badge.jsx",[],"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\login\\components\\Button.jsx",[],"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\Home.jsx",["70","71"],"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\components\\Hero.jsx",[],"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\components\\CategoriaItem.jsx",["72"],"import React from 'react'\r\nimport './sass/CategoriaItem.scss'\r\n\r\nfunction Item({icon, name}) {\r\n return (\r\n <section>\r\n <a className=\"item\" href='#'>\r\n <div className=\"item__circle\" style={{\r\n backgroundImage: `url(${icon})`\r\n }}>\r\n </div> \r\n <p className='item__name'>{name}</p>\r\n </a>\r\n </section>\r\n )\r\n}\r\n\r\nexport default Item\r\n","C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\components\\OfertaItem.jsx",["73"],"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\components\\Footer.jsx",[],"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\components\\HashtagItem.jsx",[],"C:\\Users\\Rosales\\Desktop\\Hacktzi\\tienda-hacktzi\\src\\features\\home\\components\\socialMediaItem.jsx",[],{"ruleId":"74","severity":1,"message":"75","line":5,"column":8,"nodeType":"76","messageId":"77","endLine":5,"endColumn":13},{"ruleId":"74","severity":1,"message":"78","line":6,"column":8,"nodeType":"76","messageId":"77","endLine":6,"endColumn":15},{"ruleId":"74","severity":1,"message":"79","line":7,"column":8,"nodeType":"76","messageId":"77","endLine":7,"endColumn":14},{"ruleId":"80","replacedBy":"81"},{"ruleId":"82","replacedBy":"83"},{"ruleId":"74","severity":1,"message":"84","line":14,"column":8,"nodeType":"76","messageId":"77","endLine":14,"endColumn":16},{"ruleId":"85","severity":1,"message":"86","line":205,"column":82,"nodeType":"87","endLine":205,"endColumn":118},{"ruleId":"88","severity":1,"message":"89","line":7,"column":13,"nodeType":"87","endLine":7,"endColumn":42},{"ruleId":"85","severity":1,"message":"86","line":23,"column":17,"nodeType":"87","endLine":23,"endColumn":81},"no-unused-vars","'Login' is defined but never used.","Identifier","unusedVar","'Profile' is defined but never used.","'Footer' is defined but never used.","no-native-reassign",["90"],"no-negated-in-lhs",["91"],"'rayoIcon' is defined but never used.","jsx-a11y/alt-text","img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.","JSXOpeningElement","jsx-a11y/anchor-is-valid","The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md","no-global-assign","no-unsafe-negation"]