-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 8.4 KB
/
.eslintcache
1
[{"E:\\react\\work\\test\\src\\index.js":"1","E:\\react\\work\\test\\src\\reportWebVitals.js":"2","E:\\react\\work\\test\\src\\App.jsx":"3","E:\\react\\work\\test\\src\\pages\\notfound\\NotFoundContainer.jsx":"4","E:\\react\\work\\test\\src\\pages\\home\\HomeContainer.jsx":"5","E:\\react\\work\\test\\src\\pages\\about\\AboutContainer.jsx":"6","E:\\react\\work\\test\\src\\components\\Layout.jsx":"7","E:\\react\\work\\test\\src\\pages\\home\\views\\footer.jsx":"8","E:\\react\\work\\test\\src\\pages\\home\\views\\Slider.jsx":"9","E:\\react\\work\\test\\src\\pages\\home\\views\\details.jsx":"10","E:\\react\\work\\test\\src\\pages\\download\\view\\download.jsx":"11"},{"size":500,"mtime":1607846240804,"results":"12","hashOfConfig":"13"},{"size":362,"mtime":1607846241010,"results":"14","hashOfConfig":"13"},{"size":741,"mtime":1608979128487,"results":"15","hashOfConfig":"13"},{"size":234,"mtime":1608389665876,"results":"16","hashOfConfig":"13"},{"size":402,"mtime":1608976951116,"results":"17","hashOfConfig":"13"},{"size":611,"mtime":1608980858570,"results":"18","hashOfConfig":"13"},{"size":1071,"mtime":1608979093206,"results":"19","hashOfConfig":"13"},{"size":2243,"mtime":1608977637445,"results":"20","hashOfConfig":"13"},{"size":1549,"mtime":1608975675060,"results":"21","hashOfConfig":"13"},{"size":2159,"mtime":1608975002639,"results":"22","hashOfConfig":"13"},{"size":562,"mtime":1608986659756,"results":"23","hashOfConfig":"13"},{"filePath":"24","messages":"25","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},"64p89",{"filePath":"27","messages":"28","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"33","messages":"34","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"35","messages":"36","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"37","messages":"38","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"39","usedDeprecatedRules":"26"},{"filePath":"40","messages":"41","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"42","usedDeprecatedRules":"26"},{"filePath":"43","messages":"44","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"45","messages":"46","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"47","messages":"48","errorCount":1,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"E:\\react\\work\\test\\src\\index.js",[],["49","50"],"E:\\react\\work\\test\\src\\reportWebVitals.js",[],"E:\\react\\work\\test\\src\\App.jsx",[],"E:\\react\\work\\test\\src\\pages\\notfound\\NotFoundContainer.jsx",[],"E:\\react\\work\\test\\src\\pages\\home\\HomeContainer.jsx",[],"E:\\react\\work\\test\\src\\pages\\about\\AboutContainer.jsx",["51","52"],"E:\\react\\work\\test\\src\\components\\Layout.jsx",["53"],"import React from \"react\";\nimport { Navbar, Nav, NavDropdown } from \"react-bootstrap\";\nimport \"../css/header.css\";\n\nexport default function Layout(props) {\n return (\n <>\n <header>\n <Navbar\n collapseOnSelect\n expand=\"lg\"\n bg=\"dark\"\n variant=\"dark\"\n className=\"header\"\n >\n <Navbar.Brand href=\"/\">Logiqbits</Navbar.Brand>\n <Navbar.Toggle aria-controls=\"responsive-navbar-nav\" />\n <Navbar.Collapse id=\"responsive-navbar-nav\">\n <Nav className=\"mr-auto\">\n <Nav.Link href=\"/\">Home</Nav.Link>\n <Nav.Link href=\"/about\">About</Nav.Link>\n </Nav>\n <Nav>\n <Nav.Link href=\"/download\">Download</Nav.Link>\n <Nav.Link eventKey={2} href=\"#memes\">\n contact us\n </Nav.Link>\n </Nav>\n </Navbar.Collapse>\n </Navbar>\n </header>\n <div\n style={{\n padding: \"10px\",\n }}\n >\n {props.children}\n </div>\n </>\n );\n}\n","E:\\react\\work\\test\\src\\pages\\home\\views\\footer.jsx",["54"],"import React from \"react\";\r\nimport \"../styles/footer.css\";\r\n\r\nexport default function Footer(props) {\r\n return (\r\n <>\r\n <section id=\"footer\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-5\">\r\n <ul class=\"list-unstyled list-inline social text-center\">\r\n <li class=\"list-inline-item\">\r\n <a href=\"https://www.facebook.com\">\r\n <i class=\"fa fa-facebook\"></i>\r\n </a>\r\n </li>\r\n <li class=\"list-inline-item\">\r\n <a href=\"https://www.twitter.com\">\r\n <i class=\"fa fa-twitter\"></i>\r\n </a>\r\n </li>\r\n <li class=\"list-inline-item\">\r\n <a href=\"https://www.instagram.com\">\r\n <i class=\"fa fa-instagram\"></i>\r\n </a>\r\n </li>\r\n <li class=\"list-inline-item\">\r\n <a href=\"https://www.google.com\">\r\n <i class=\"fa fa-google-plus\"></i>\r\n </a>\r\n </li>\r\n </ul>\r\n </div>\r\n <hr />\r\n </div>\r\n <div class=\"row\">\r\n <div class=\"col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-white\">\r\n <p>\r\n <u>\r\n <a href=\"https://www.logiqbits.com/\">logiqbits</a>\r\n </u>{\" \"}\r\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce\r\n consequat lacus et ligula bibendum, eu scelerisque libero\r\n fringilla. Donec dapibus, urna nec sollicitudin dignissim, orci\r\n dui viverra nisl, ut efficitur velit augue at sem\r\n </p>\r\n <p class=\"h6\">\r\n © All right Reversed.\r\n <a\r\n class=\"text-green ml-2\"\r\n href=\"https://www.logiqbits.com\"\r\n target=\"_blank\"\r\n >\r\n logiqbits\r\n </a>\r\n </p>\r\n </div>\r\n <hr />\r\n </div>\r\n </div>\r\n </section>\r\n </>\r\n );\r\n}\r\n","E:\\react\\work\\test\\src\\pages\\home\\views\\Slider.jsx",[],"E:\\react\\work\\test\\src\\pages\\home\\views\\details.jsx",[],"E:\\react\\work\\test\\src\\pages\\download\\view\\download.jsx",["55","56"],{"ruleId":"57","replacedBy":"58"},{"ruleId":"59","replacedBy":"60"},{"ruleId":"61","severity":1,"message":"62","line":2,"column":16,"nodeType":"63","messageId":"64","endLine":2,"endColumn":25},{"ruleId":"65","severity":1,"message":"66","line":13,"column":46,"nodeType":"67","endLine":13,"endColumn":65},{"ruleId":"61","severity":1,"message":"68","line":2,"column":23,"nodeType":"63","messageId":"64","endLine":2,"endColumn":34},{"ruleId":"69","severity":1,"message":"70","line":52,"column":19,"nodeType":"67","endLine":52,"endColumn":34},{"ruleId":"61","severity":1,"message":"71","line":5,"column":8,"nodeType":"63","messageId":"64","endLine":5,"endColumn":13},{"ruleId":"72","severity":2,"message":"73","line":14,"column":25,"nodeType":"63","messageId":"74","endLine":14,"endColumn":31},"no-native-reassign",["75"],"no-negated-in-lhs",["76"],"no-unused-vars","'Container' is defined but never used.","Identifier","unusedVar","react/style-prop-object","Style prop value must be an object","JSXAttribute","'NavDropdown' is defined but never used.","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","'Image' is defined but never used.","no-undef","'Image1' is not defined.","undef","no-global-assign","no-unsafe-negation"]