-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.eslintcache
1 lines (1 loc) · 5.83 KB
/
.eslintcache
1
[{"/home/akash/Desktop/React/project1/src/index.js":"1","/home/akash/Desktop/React/project1/src/App.js":"2","/home/akash/Desktop/React/project1/src/reportWebVitals.js":"3","/home/akash/Desktop/React/project1/src/Header.js":"4","/home/akash/Desktop/React/project1/src/Container.js":"5","/home/akash/Desktop/React/project1/src/Content.js":"6","/home/akash/Desktop/React/project1/src/info.js":"7","/home/akash/Desktop/React/project1/src/Footer.js":"8"},{"size":220,"mtime":1609646457471,"results":"9","hashOfConfig":"10"},{"size":328,"mtime":1610606779448,"results":"11","hashOfConfig":"10"},{"size":362,"mtime":1609646265556,"results":"12","hashOfConfig":"10"},{"size":889,"mtime":1610221290124,"results":"13","hashOfConfig":"10"},{"size":822,"mtime":1610221583912,"results":"14","hashOfConfig":"10"},{"size":874,"mtime":1610611096353,"results":"15","hashOfConfig":"10"},{"size":2492,"mtime":1610611045063,"results":"16","hashOfConfig":"10"},{"size":270,"mtime":1610607320287,"results":"17","hashOfConfig":"10"},{"filePath":"18","messages":"19","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"20"},"1o5plhr",{"filePath":"21","messages":"22","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"20"},{"filePath":"23","messages":"24","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"25","messages":"26","errorCount":0,"warningCount":7,"fixableErrorCount":0,"fixableWarningCount":0,"source":"27","usedDeprecatedRules":"20"},{"filePath":"28","messages":"29","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"30","usedDeprecatedRules":"20"},{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"20"},{"filePath":"33","messages":"34","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"35","messages":"36","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"20"},"/home/akash/Desktop/React/project1/src/index.js",[],["37","38"],"/home/akash/Desktop/React/project1/src/App.js",[],"/home/akash/Desktop/React/project1/src/reportWebVitals.js",[],"/home/akash/Desktop/React/project1/src/Header.js",["39","40","41","42","43","44","45"],"import './Header.css'\n\nfunction Header() {\n\n return(\n <header className=\"App-header\">\n <nav>\n <h1>Festo</h1>\n <div className=\"hamburger\">\n </div>\n <ul className=\"navlinks\">\n <li><a href=\"#\">Home</a></li>\n <li><a href=\"#\" className=\"festi\">Festivals\n <ul className=\"navextra navextraload\">\n <li><a href=\"#\">Sankranti</a></li>\n <li><a href=\"#\">Diwali</a></li>\n <li><a href=\"#\">Dhassehra</a></li>\n <li><a href=\"#\">Onam</a></li>\n </ul>\n </a></li>\n <li><a href=\"#\">About & Social</a></li>\n </ul>\n </nav> \n </header>\n );\n}\n\nexport default Header;\n","/home/akash/Desktop/React/project1/src/Container.js",["46"],"import './Container.css'\nimport img from './view.jpeg'\n\nfunction Container() {\n return(\n <section className=\"container\">\n <div className=\"images\">\n <img src={img}></img>\n </div>\n <div className=\"overlay\">\n <h1>Sankranti</h1>\n <p>Makar Sankranti is a Hindu harvest festival which \n falls on a fixed Gregorian date of January 14th every \n year with an exception of a few years when the festival \n is celebrated on January 15th; <b> Makar Sankranti \n 2021 will be celebrated on 14th January 2021. </b> </p>\n </div>\n <div className=\"info\">\n <h2>Know more about Sankranti</h2>\n </div>\n </section>\n );\n}\n\nexport default Container;","/home/akash/Desktop/React/project1/src/Content.js",[],"/home/akash/Desktop/React/project1/src/info.js",[],"/home/akash/Desktop/React/project1/src/Footer.js",[],{"ruleId":"47","replacedBy":"48"},{"ruleId":"49","replacedBy":"50"},{"ruleId":"51","severity":1,"message":"52","line":12,"column":25,"nodeType":"53","endLine":12,"endColumn":37},{"ruleId":"51","severity":1,"message":"52","line":13,"column":25,"nodeType":"53","endLine":13,"endColumn":55},{"ruleId":"51","severity":1,"message":"52","line":15,"column":33,"nodeType":"53","endLine":15,"endColumn":45},{"ruleId":"51","severity":1,"message":"52","line":16,"column":33,"nodeType":"53","endLine":16,"endColumn":45},{"ruleId":"51","severity":1,"message":"52","line":17,"column":33,"nodeType":"53","endLine":17,"endColumn":45},{"ruleId":"51","severity":1,"message":"52","line":18,"column":33,"nodeType":"53","endLine":18,"endColumn":45},{"ruleId":"51","severity":1,"message":"52","line":21,"column":25,"nodeType":"53","endLine":21,"endColumn":37},{"ruleId":"54","severity":1,"message":"55","line":8,"column":17,"nodeType":"53","endLine":8,"endColumn":32},"no-native-reassign",["56"],"no-negated-in-lhs",["57"],"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","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"]