-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 4.77 KB
/
.eslintcache
1
[{"E:\\Web Proj\\portfolio\\src\\index.js":"1","E:\\Web Proj\\portfolio\\src\\App.js":"2","E:\\Web Proj\\portfolio\\src\\components\\Hero.js":"3","E:\\Web Proj\\portfolio\\src\\components\\AboutMe.js":"4","E:\\Web Proj\\portfolio\\src\\components\\Timeline.js":"5","E:\\Web Proj\\portfolio\\src\\components\\ProjectCard.js":"6","E:\\Web Proj\\portfolio\\src\\components\\LanguageTag.js":"7","E:\\Web Proj\\portfolio\\src\\components\\Projects.js":"8","E:\\Web Proj\\portfolio\\src\\components\\Footer.js":"9","E:\\Web Proj\\portfolio\\src\\components\\PreLoader.js":"10"},{"size":533,"mtime":1607398018782,"results":"11","hashOfConfig":"12"},{"size":652,"mtime":1607452851209,"results":"13","hashOfConfig":"12"},{"size":1948,"mtime":1607448725934,"results":"14","hashOfConfig":"12"},{"size":4678,"mtime":1607448747285,"results":"15","hashOfConfig":"12"},{"size":5130,"mtime":1607442800929,"results":"16","hashOfConfig":"12"},{"size":958,"mtime":1607447526513,"results":"17","hashOfConfig":"12"},{"size":193,"mtime":1607447216738,"results":"18","hashOfConfig":"12"},{"size":2691,"mtime":1607447248453,"results":"19","hashOfConfig":"12"},{"size":484,"mtime":1607446891477,"results":"20","hashOfConfig":"12"},{"size":260,"mtime":1607445897861,"results":"21","hashOfConfig":"12"},{"filePath":"22","messages":"23","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},"o1ux30",{"filePath":"25","messages":"26","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"27","messages":"28","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"33"},{"filePath":"34","messages":"35","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"38","messages":"39","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"33"},{"filePath":"40","messages":"41","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":"42","usedDeprecatedRules":"33"},{"filePath":"43","messages":"44","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"33"},"E:\\Web Proj\\portfolio\\src\\index.js",[],["45","46"],"E:\\Web Proj\\portfolio\\src\\App.js",[],"E:\\Web Proj\\portfolio\\src\\components\\Hero.js",[],"E:\\Web Proj\\portfolio\\src\\components\\AboutMe.js",[],"E:\\Web Proj\\portfolio\\src\\components\\Timeline.js",[],["47","48"],"E:\\Web Proj\\portfolio\\src\\components\\ProjectCard.js",["49"],"E:\\Web Proj\\portfolio\\src\\components\\LanguageTag.js",[],"E:\\Web Proj\\portfolio\\src\\components\\Projects.js",[],"E:\\Web Proj\\portfolio\\src\\components\\Footer.js",["50","51"],"import React from 'react'\r\nimport wave from '../images/wave (4).png'\r\nimport Row from 'react-bootstrap/Row'\r\nimport Col from 'react-bootstrap/Col'\r\n\r\nimport './footer.css'\r\nfunction Footer() {\r\n return (\r\n <div className=\"footer\">\r\n <Row>\r\n <p className=\"made\">Designed and Created with 💓 by Jhondi Pamonag 👌 2020 </p>\r\n <img src={wave} className=\"wave\"></img>\r\n </Row> \r\n </div>\r\n )\r\n}\r\n\r\nexport default Footer\r\n","E:\\Web Proj\\portfolio\\src\\components\\PreLoader.js",[],{"ruleId":"52","replacedBy":"53"},{"ruleId":"54","replacedBy":"55"},{"ruleId":"52","replacedBy":"56"},{"ruleId":"54","replacedBy":"57"},{"ruleId":"58","severity":1,"message":"59","line":14,"column":17,"nodeType":"60","endLine":14,"endColumn":30},{"ruleId":"61","severity":1,"message":"62","line":4,"column":8,"nodeType":"63","messageId":"64","endLine":4,"endColumn":11},{"ruleId":"65","severity":1,"message":"66","line":12,"column":13,"nodeType":"60","endLine":12,"endColumn":46},"no-native-reassign",["67"],"no-negated-in-lhs",["68"],["67"],["68"],"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","JSXOpeningElement","no-unused-vars","'Col' is defined but never used.","Identifier","unusedVar","jsx-a11y/alt-text","img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.","no-global-assign","no-unsafe-negation"]