-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 18.2 KB
/
.eslintcache
1
[{"E:\\My Resume\\My-Resume\\src\\index.js":"1","E:\\My Resume\\My-Resume\\src\\App.js":"2","E:\\My Resume\\My-Resume\\src\\reportWebVitals.js":"3","E:\\My Resume\\My-Resume\\src\\components\\resume\\resume.js":"4","E:\\My Resume\\My-Resume\\src\\components\\testimonials\\testimonials.js":"5","E:\\My Resume\\My-Resume\\src\\components\\header\\header.js":"6","E:\\My Resume\\My-Resume\\src\\components\\footer\\footer.js":"7","E:\\My Resume\\My-Resume\\src\\components\\about\\about.js":"8","E:\\My Resume\\My-Resume\\src\\components\\portfolio\\portfolio.js":"9"},{"size":517,"mtime":1610014192425,"results":"10","hashOfConfig":"11"},{"size":636,"mtime":1610014192422,"results":"12","hashOfConfig":"11"},{"size":375,"mtime":1610014192426,"results":"13","hashOfConfig":"11"},{"size":6947,"mtime":1610014192424,"results":"14","hashOfConfig":"11"},{"size":2175,"mtime":1610014192425,"results":"15","hashOfConfig":"11"},{"size":3491,"mtime":1610061832295,"results":"16","hashOfConfig":"11"},{"size":1806,"mtime":1610061867544,"results":"17","hashOfConfig":"11"},{"size":1849,"mtime":1610063961753,"results":"18","hashOfConfig":"11"},{"size":6429,"mtime":1610062599304,"results":"19","hashOfConfig":"11"},{"filePath":"20","messages":"21","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},"qch0ez",{"filePath":"23","messages":"24","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"25","messages":"26","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"27","messages":"28","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"31"},{"filePath":"32","messages":"33","errorCount":0,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":0,"source":"34","usedDeprecatedRules":"22"},{"filePath":"35","messages":"36","errorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":"37","usedDeprecatedRules":"22"},{"filePath":"38","messages":"39","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"40","messages":"41","errorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":"42","usedDeprecatedRules":"22"},"E:\\My Resume\\My-Resume\\src\\index.js",[],["43","44"],"E:\\My Resume\\My-Resume\\src\\App.js",[],"E:\\My Resume\\My-Resume\\src\\reportWebVitals.js",[],"E:\\My Resume\\My-Resume\\src\\components\\resume\\resume.js",[],"E:\\My Resume\\My-Resume\\src\\components\\testimonials\\testimonials.js",[],["45","46"],"E:\\My Resume\\My-Resume\\src\\components\\header\\header.js",["47","48","49","50","51"],"import React, { Component } from \"react\";\r\nexport default class Header extends Component {\r\n render() {\r\n return (\r\n <React.Fragment>\r\n <header id=\"home\">\r\n <nav id=\"nav-wrap\">\r\n <a className=\"mobile-btn\" href=\"#nav-wrap\" title=\"Show navigation\">\r\n Show navigation\r\n </a>\r\n <a className=\"mobile-btn\" href=\"#\" title=\"Hide navigation\">\r\n Hide navigation\r\n </a>\r\n <ul id=\"nav\" className=\"nav\">\r\n <li className=\"current\">\r\n <a className=\"smoothscroll\" href=\"#home\">\r\n Home\r\n </a>\r\n </li>\r\n <li>\r\n <a className=\"smoothscroll\" href=\"#about\">\r\n About\r\n </a>\r\n </li>\r\n <li>\r\n <a className=\"smoothscroll\" href=\"#resume\">\r\n Resume\r\n </a>\r\n </li>\r\n <li>\r\n <a className=\"smoothscroll\" href=\"#portfolio\">\r\n Works\r\n </a>\r\n </li>\r\n <li>\r\n <a className=\"smoothscroll\" href=\"#testimonials\">\r\n Testimonials\r\n </a>\r\n </li>\r\n </ul>{\" \"}\r\n {/* end #nav */}\r\n </nav>{\" \"}\r\n {/* end #nav-wrap */}\r\n <div className=\"row banner\">\r\n <div className=\"banner-text\">\r\n <h1 className=\"responsive-headline\">I'm Anu Varghese.</h1>\r\n <h3>\r\n I'm <span>JavaScript Developer</span>, and{\" \"}\r\n <span>Net Suite Developer</span> creating awesome and effective\r\n websites for companies of all sizes around the globe. Let's{\" \"}\r\n <a className=\"smoothscroll\" href=\"#about\">\r\n start scrolling and learn more{\" \"}\r\n </a>\r\n <a className=\"smoothscroll\" href=\"#about\">\r\n about me\r\n </a>\r\n .\r\n </h3>\r\n <hr />\r\n <ul className=\"social\">\r\n <li>\r\n <a\r\n href=\"https://www.facebook.com/anu.varghese.50702769/\"\r\n target=\"_blank\"\r\n >\r\n <i className=\"fa fa-facebook\" />\r\n </a>\r\n </li>\r\n <li>\r\n <a href=\"https://github.com/anuvarghese1395\" target=\"_blank\">\r\n <i className=\"fa fa-github\" />\r\n </a>\r\n </li>\r\n\r\n <li>\r\n <a\r\n href=\"https://www.linkedin.com/in/anu-varghese-00b9bbb6/\"\r\n target=\"_blank\"\r\n >\r\n <i className=\"fa fa-linkedin\" />\r\n </a>\r\n </li>\r\n <li>\r\n <a\r\n href=\"https://www.instagram.com/anu.ben_varghese/\"\r\n target=\"_blank\"\r\n >\r\n <i className=\"fa fa-instagram\" />\r\n </a>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n <p className=\"scrolldown\">\r\n <a className=\"smoothscroll\" href=\"#about\">\r\n <i className=\"icon-down-circle\" />\r\n </a>\r\n </p>\r\n ..\r\n </header>\r\n </React.Fragment>\r\n );\r\n }\r\n}\r\n","E:\\My Resume\\My-Resume\\src\\components\\footer\\footer.js",["52","53","54","55"],"import React, { Component } from \"react\";\r\nexport default class Footer extends Component {\r\n render() {\r\n return (\r\n <React.Fragment>\r\n <footer>\r\n <div className=\"row\">\r\n <div className=\"twelve columns\">\r\n <ul className=\"social-links\">\r\n <li>\r\n <a\r\n href=\"https://www.facebook.com/anu.varghese.50702769/\"\r\n target=\"_blank\"\r\n >\r\n <i className=\"fa fa-facebook\" />\r\n </a>\r\n </li>\r\n <li>\r\n <a href=\"https://github.com/anuvarghese1395\" target=\"_blank\">\r\n <i className=\"fa fa-github\" />\r\n </a>\r\n </li>\r\n {/* <li>\r\n <a href=\"#\">\r\n <i className=\"fa fa-google-plus\" />\r\n </a>\r\n </li> */}\r\n <li>\r\n <a\r\n href=\"https://www.linkedin.com/in/anu-varghese-00b9bbb6/\"\r\n target=\"_blank\"\r\n >\r\n <i className=\"fa fa-linkedin\" />\r\n </a>\r\n </li>\r\n <li>\r\n <a\r\n href=\"https://www.instagram.com/anu.ben_varghese/\"\r\n target=\"_blank\"\r\n >\r\n <i className=\"fa fa-instagram\" />\r\n </a>\r\n </li>\r\n </ul>\r\n </div>\r\n <div id=\"go-top\">\r\n <a className=\"smoothscroll\" title=\"Back to Top\" href=\"#home\">\r\n <i className=\"icon-up-open\" />\r\n </a>\r\n </div>\r\n </div>\r\n </footer>\r\n </React.Fragment>\r\n );\r\n }\r\n}\r\n","E:\\My Resume\\My-Resume\\src\\components\\about\\about.js",[],"E:\\My Resume\\My-Resume\\src\\components\\portfolio\\portfolio.js",["56","57","58","59","60","61"],"import React, { Component } from \"react\";\r\nexport default class Portfolio extends Component {\r\n render() {\r\n return (\r\n <React.Fragment>\r\n <section id=\"portfolio\">\r\n <div className=\"row\">\r\n <div className=\"twelve columns collapsed\">\r\n <h1>Check Out Some of My Works.</h1>\r\n {/* portfolio-wrapper */}\r\n <div\r\n id=\"portfolio-wrapper\"\r\n className=\"bgrid-thirds s-bgrid-thirds cf\"\r\n >\r\n <div className=\"columns portfolio-item\">\r\n <div className=\"item-wrap\">\r\n <a href=\"#modal-01\" title>\r\n <img alt=\"\" src=\"images/portfolio/screenshot--29-.png\" />\r\n <div className=\"overlay\">\r\n <div className=\"portfolio-item-meta\">\r\n <h5>PureCare</h5>\r\n <p>Webdevelopment</p>\r\n </div>\r\n </div>\r\n <div className=\"link-icon\">\r\n <i className=\"icon-plus\" />\r\n </div>\r\n </a>\r\n </div>\r\n </div>\r\n {/* item end */}\r\n <div className=\"columns portfolio-item\">\r\n <div className=\"item-wrap\">\r\n <a href=\"#modal-02\" title>\r\n <img alt=\"\" src=\"images/portfolio/balaji.png\" />\r\n <div className=\"overlay\">\r\n <div className=\"portfolio-item-meta\">\r\n <h5>Balaji Wireless</h5>\r\n <p>Web Development</p>\r\n </div>\r\n </div>\r\n <div className=\"link-icon\">\r\n <i className=\"icon-plus\" />\r\n </div>\r\n </a>\r\n </div>\r\n </div>\r\n {/* item end */}\r\n <div className=\"columns portfolio-item\">\r\n <div className=\"item-wrap\">\r\n <a href=\"#modal-03\" title>\r\n <img alt=\"\" src=\"images\\portfolio\\Tic+Tac+Toe+Game.jpg\" />\r\n <div className=\"overlay\">\r\n <div className=\"portfolio-item-meta\">\r\n <h5>Tic-Tac-Toe</h5>\r\n <p>React Project</p>\r\n </div>\r\n </div>\r\n <div className=\"link-icon\">\r\n <i className=\"icon-plus\" />\r\n </div>\r\n </a>\r\n </div>\r\n </div>\r\n {/* item end */}\r\n\r\n {/* item end */}\r\n </div>\r\n {/* portfolio-wrapper end */}\r\n </div>\r\n {/* twelve columns end */}\r\n {/* Modal Popup\r\n\t --------------------------------------------------------------- */}\r\n <div id=\"modal-01\" className=\"popup-modal mfp-hide\">\r\n <img\r\n className=\"scale-with-grid\"\r\n src=\"images\\portfolio\\modals\\screenshot-29.png\"\r\n alt=\"\"\r\n />\r\n <div className=\"description-box\">\r\n <h4>PureCare</h4>\r\n <p>\r\n The website developed by me and my collegues in my previous\r\n company and it is in the final stage for going to live.Used\r\n Javascript,HTML/CSS ,SuiteScript in Net Suite platform for the\r\n development.\r\n </p>\r\n <span className=\"categories\">\r\n <i className=\"fa fa-tag\" />\r\n Webdevelopment\r\n </span>\r\n </div>\r\n <div className=\"link-box\">\r\n <a href=\"https://purecare.jobinandjismi.in/\" target=\"_blank\">\r\n Details\r\n </a>\r\n <a className=\"popup-modal-dismiss\">Close</a>\r\n </div>\r\n </div>\r\n {/* modal-01 End */}\r\n <div id=\"modal-02\" className=\"popup-modal mfp-hide\">\r\n <img\r\n className=\"scale-with-grid\"\r\n src=\"images/portfolio/modals/balaji.png\"\r\n alt=\"\"\r\n />\r\n <div className=\"description-box\">\r\n <h4>Balaji Wireless</h4>\r\n <p>\r\n The website developed by me and my collegues in my previous\r\n company.Used backbone.js,SuiteScript,API and Services for\r\n creating this with the help of Net Suite platform.\r\n </p>\r\n <span className=\"categories\">\r\n <i className=\"fa fa-tag\" />\r\n Web Development\r\n </span>\r\n </div>\r\n <div className=\"link-box\">\r\n <a href=\"https://www.balajiwireless.com/\" target=\"_blank\">\r\n Details\r\n </a>\r\n <a className=\"popup-modal-dismiss\">Close</a>\r\n </div>\r\n </div>\r\n {/* modal-02 End */}\r\n <div id=\"modal-03\" className=\"popup-modal mfp-hide\">\r\n <img\r\n className=\"scale-with-grid\"\r\n src=\"images/portfolio/modals/game.jpg\"\r\n alt=\"\"\r\n />\r\n <div className=\"description-box\">\r\n <h4>React Project</h4>\r\n <p>\r\n To learn React and develop my skills I'm creating small\r\n projects in ReactJS and pushing in to github.\r\n </p>\r\n <span className=\"categories\">\r\n <i className=\"fa fa-tag\" />\r\n React Project\r\n </span>\r\n </div>\r\n <div className=\"link-box\">\r\n <a\r\n href=\"https://github.com/anuvarghese1395/tic-tac-toe\"\r\n target=\"_blank\"\r\n >\r\n Details\r\n </a>\r\n <a className=\"popup-modal-dismiss\">Close</a>\r\n </div>\r\n </div>\r\n {/* modal-03 End */}\r\n\r\n {/* modal-04 End */}\r\n\r\n {/* modal-01 End */}\r\n </div>\r\n {/* row End */}\r\n </section>\r\n </React.Fragment>\r\n );\r\n }\r\n}\r\n",{"ruleId":"62","replacedBy":"63"},{"ruleId":"64","replacedBy":"65"},{"ruleId":"62","replacedBy":"66"},{"ruleId":"64","replacedBy":"67"},{"ruleId":"68","severity":1,"message":"69","line":11,"column":13,"nodeType":"70","endLine":11,"endColumn":72},{"ruleId":"71","severity":1,"message":"72","line":62,"column":19,"nodeType":"70","endLine":65,"endColumn":20},{"ruleId":"71","severity":1,"message":"72","line":70,"column":19,"nodeType":"70","endLine":70,"endColumn":80},{"ruleId":"71","severity":1,"message":"72","line":76,"column":19,"nodeType":"70","endLine":79,"endColumn":20},{"ruleId":"71","severity":1,"message":"72","line":84,"column":19,"nodeType":"70","endLine":87,"endColumn":20},{"ruleId":"71","severity":1,"message":"72","line":11,"column":19,"nodeType":"70","endLine":14,"endColumn":20},{"ruleId":"71","severity":1,"message":"72","line":19,"column":19,"nodeType":"70","endLine":19,"endColumn":80},{"ruleId":"71","severity":1,"message":"72","line":29,"column":19,"nodeType":"70","endLine":32,"endColumn":20},{"ruleId":"71","severity":1,"message":"72","line":37,"column":19,"nodeType":"70","endLine":40,"endColumn":20},{"ruleId":"71","severity":1,"message":"72","line":94,"column":17,"nodeType":"70","endLine":94,"endColumn":78},{"ruleId":"68","severity":1,"message":"73","line":97,"column":17,"nodeType":"70","endLine":97,"endColumn":52},{"ruleId":"71","severity":1,"message":"72","line":120,"column":17,"nodeType":"70","endLine":120,"endColumn":75},{"ruleId":"68","severity":1,"message":"73","line":123,"column":17,"nodeType":"70","endLine":123,"endColumn":52},{"ruleId":"71","severity":1,"message":"72","line":145,"column":17,"nodeType":"70","endLine":148,"endColumn":18},{"ruleId":"68","severity":1,"message":"73","line":151,"column":17,"nodeType":"70","endLine":151,"endColumn":52},"no-native-reassign",["74"],"no-negated-in-lhs",["75"],["74"],["75"],"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","react/jsx-no-target-blank","Using target=\"_blank\" without rel=\"noreferrer\" is a security risk: see https://html.spec.whatwg.org/multipage/links.html#link-type-noopener","The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an 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"]