-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 5.35 KB
/
.eslintcache
1
[{"D:\\Webdev\\ETPA\\etpa-react\\src\\index.js":"1","D:\\Webdev\\ETPA\\etpa-react\\src\\components\\Footer.js":"2","D:\\Webdev\\ETPA\\etpa-react\\src\\pages\\Home.js":"3","D:\\Webdev\\ETPA\\etpa-react\\src\\components\\CardsList.js":"4","D:\\Webdev\\ETPA\\etpa-react\\src\\components\\Header.js":"5","D:\\Webdev\\ETPA\\etpa-react\\src\\components\\StoryCard.js":"6","D:\\Webdev\\ETPA\\etpa-react\\src\\assets\\auxFunctions\\colorFunctions.js":"7","D:\\Webdev\\ETPA\\etpa-react\\src\\App.js":"8","D:\\Webdev\\ETPA\\etpa-react\\src\\components\\Navbar.js":"9","D:\\Webdev\\ETPA\\etpa-react\\src\\pages\\About.js":"10","D:\\Webdev\\ETPA\\etpa-react\\src\\pages\\NotFound.js":"11","D:\\Webdev\\ETPA\\etpa-react\\src\\pages\\Story.js":"12","D:\\Webdev\\ETPA\\etpa-react\\src\\components\\StoryParagraph.js":"13"},{"size":304,"mtime":1608193262667,"results":"14","hashOfConfig":"15"},{"size":549,"mtime":1608304123910,"results":"16","hashOfConfig":"15"},{"size":1032,"mtime":1608304400502,"results":"17","hashOfConfig":"15"},{"size":877,"mtime":1608302436003,"results":"18","hashOfConfig":"15"},{"size":1089,"mtime":1608295791388,"results":"19","hashOfConfig":"15"},{"size":2575,"mtime":1608218893857,"results":"20","hashOfConfig":"15"},{"size":819,"mtime":1608142924702,"results":"21","hashOfConfig":"15"},{"size":781,"mtime":1608305203947,"results":"22","hashOfConfig":"15"},{"size":513,"mtime":1608194813586,"results":"23","hashOfConfig":"15"},{"size":3683,"mtime":1608319999517,"results":"24","hashOfConfig":"15"},{"size":938,"mtime":1608306148923,"results":"25","hashOfConfig":"15"},{"size":2850,"mtime":1608310051866,"results":"26","hashOfConfig":"15"},{"size":2527,"mtime":1608310043714,"results":"27","hashOfConfig":"15"},{"filePath":"28","messages":"29","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},"1536e1d",{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"33","messages":"34","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"35","messages":"36","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"37","messages":"38","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"39","messages":"40","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"41","messages":"42","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"43","messages":"44","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"45","messages":"46","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"47","messages":"48","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"49","messages":"50","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"51"},{"filePath":"52","messages":"53","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"54","messages":"55","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"D:\\Webdev\\ETPA\\etpa-react\\src\\index.js",[],["56","57"],"D:\\Webdev\\ETPA\\etpa-react\\src\\components\\Footer.js",[],"D:\\Webdev\\ETPA\\etpa-react\\src\\pages\\Home.js",[],"D:\\Webdev\\ETPA\\etpa-react\\src\\components\\CardsList.js",[],"D:\\Webdev\\ETPA\\etpa-react\\src\\components\\Header.js",[],"D:\\Webdev\\ETPA\\etpa-react\\src\\components\\StoryCard.js",[],"D:\\Webdev\\ETPA\\etpa-react\\src\\assets\\auxFunctions\\colorFunctions.js",[],"D:\\Webdev\\ETPA\\etpa-react\\src\\App.js",[],"D:\\Webdev\\ETPA\\etpa-react\\src\\components\\Navbar.js",[],"D:\\Webdev\\ETPA\\etpa-react\\src\\pages\\About.js",[],"D:\\Webdev\\ETPA\\etpa-react\\src\\pages\\NotFound.js",["58"],"import React from 'react';\r\nimport Image404 from '../assets/img/404.png'\r\nimport styled from 'styled-components'\r\n\r\nconst NotFoundContainer = styled.div`\r\ndisplay: flex;\r\nflex-flow: column;\r\njustify-content: center;\r\n\r\n`\r\n\r\nconst TextContainer = styled.div`\r\ndisplay: flex;\r\nflex-flow: column;\r\nalign-items: center;\r\nfont-family: var(--special-font);\r\nfont-size: 2em; \r\nmax-width: 50vh;\r\n`\r\nclass NotFound extends React.Component {\r\n\r\n render() {\r\n return (\r\n <NotFoundContainer>\r\n <TextContainer style={{ textAlign: \"center\" }}>\r\n <div style={{ maxWidth: \"300px\" }}><img style={{ width: \"100%\" }} src={Image404}></img></div>\r\n <p>Has llegado a un típico caso de 404, foraster@. La página que has venido a buscar... ya no está aquí</p>\r\n </TextContainer>\r\n\r\n\r\n\r\n </NotFoundContainer >\r\n\r\n )\r\n }\r\n}\r\n\r\nexport default NotFound","D:\\Webdev\\ETPA\\etpa-react\\src\\pages\\Story.js",[],"D:\\Webdev\\ETPA\\etpa-react\\src\\components\\StoryParagraph.js",[],{"ruleId":"59","replacedBy":"60"},{"ruleId":"61","replacedBy":"62"},{"ruleId":"63","severity":1,"message":"64","line":26,"column":56,"nodeType":"65","endLine":26,"endColumn":102},"no-native-reassign",["66"],"no-negated-in-lhs",["67"],"jsx-a11y/alt-text","img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.","JSXOpeningElement","no-global-assign","no-unsafe-negation"]