-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 19.2 KB
/
.eslintcache
1
[{"E:\\react\\com_res_web\\src\\index.js":"1","E:\\react\\com_res_web\\src\\App.js":"2","E:\\react\\com_res_web\\src\\reportWebVitals.js":"3","E:\\react\\com_res_web\\src\\Components\\Header.jsx":"4","E:\\react\\com_res_web\\src\\Components\\Banner.jsx":"5","E:\\react\\com_res_web\\src\\Components\\Service.jsx":"6","E:\\react\\com_res_web\\src\\Components\\Projects.jsx":"7","E:\\react\\com_res_web\\src\\Components\\Price.jsx":"8","E:\\react\\com_res_web\\src\\Components\\Feedback.jsx":"9","E:\\react\\com_res_web\\src\\Components\\ContactUs.jsx":"10","E:\\react\\com_res_web\\src\\Components\\NewsLetter.jsx":"11","E:\\react\\com_res_web\\src\\Components\\Footer.jsx":"12"},{"size":500,"mtime":499162500000,"results":"13","hashOfConfig":"14"},{"size":709,"mtime":1611745763062,"results":"15","hashOfConfig":"14"},{"size":362,"mtime":499162500000,"results":"16","hashOfConfig":"14"},{"size":3453,"mtime":1611752137802,"results":"17","hashOfConfig":"14"},{"size":1524,"mtime":1611752207451,"results":"18","hashOfConfig":"14"},{"size":5052,"mtime":1611753308363,"results":"19","hashOfConfig":"14"},{"size":1061,"mtime":1611752865813,"results":"20","hashOfConfig":"14"},{"size":2749,"mtime":1611753162873,"results":"21","hashOfConfig":"14"},{"size":6053,"mtime":1611755439266,"results":"22","hashOfConfig":"14"},{"size":2554,"mtime":1611753582654,"results":"23","hashOfConfig":"14"},{"size":1315,"mtime":1611753734555,"results":"24","hashOfConfig":"14"},{"size":2560,"mtime":1611755247674,"results":"25","hashOfConfig":"14"},{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},"1w3lz83",{"filePath":"29","messages":"30","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"31","usedDeprecatedRules":"28"},{"filePath":"32","messages":"33","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"34","messages":"35","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":"36","usedDeprecatedRules":"28"},{"filePath":"37","messages":"38","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"39","messages":"40","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"41","messages":"42","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"43","messages":"44","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":"45","usedDeprecatedRules":"28"},{"filePath":"46","messages":"47","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":"48","usedDeprecatedRules":"28"},{"filePath":"49","messages":"50","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"51","messages":"52","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"53","messages":"54","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"E:\\react\\com_res_web\\src\\index.js",[],["55","56"],"E:\\react\\com_res_web\\src\\App.js",["57"],"import logo from \"./logo.svg\";\nimport \"./App.css\";\nimport Header from \"./Components/Header\";\nimport Banner from \"./Components/Banner\";\nimport Service from \"./Components/Service\";\nimport Projects from \"./Components/Projects\";\nimport Price from \"./Components/Price\";\nimport Feedback from \"./Components/Feedback\";\nimport ContactUs from \"./Components/ContactUs\";\nimport NewsLetter from \"./Components/NewsLetter\";\nimport Footer from \"./Components/Footer\";\n\nfunction App() {\n return (\n <div className=\"App\">\n <Header />\n <Banner />\n <Service />\n <Projects />\n <Price />\n <Feedback />\n <ContactUs />\n <NewsLetter />\n <Footer />\n </div>\n );\n}\n\nexport default App;\n","E:\\react\\com_res_web\\src\\reportWebVitals.js",[],"E:\\react\\com_res_web\\src\\Components\\Header.jsx",["58","59","60"],"import React, { useState } from \"react\";\r\nimport { BiMenu } from \"react-icons/bi\";\r\nimport \"./css/Header.css\";\r\nimport { Link } from \"react-scroll\";\r\nimport Bounce from \"react-reveal/Bounce\";\r\nimport Fade from \"react-reveal/Fade\";\r\nconst Header = () => {\r\n const [isNavCollapsed, setIsNavCollapsed] = useState(true);\r\n\r\n const handleNavCollapse = () => setIsNavCollapsed(!isNavCollapsed);\r\n return (\r\n <div className=\"header\" id=\"header\">\r\n <nav className=\"navbar navbar-expand-lg \">\r\n <div className=\"container\">\r\n <a className=\"navbar-brand\" href=\"#\">\r\n WebStock\r\n </a>\r\n <button\r\n className=\"navbar-toggler\"\r\n type=\"button\"\r\n data-toggle=\"collapse\"\r\n data-target=\"#navbarSupportedContent\"\r\n aria-controls=\"navbarSupportedContent\"\r\n aria-expanded={!isNavCollapsed ? true : false}\r\n aria-label=\"Toggle navigation\"\r\n onClick={handleNavCollapse}\r\n >\r\n <BiMenu className=\"text-white font-weight-boldb toggle\" />\r\n </button>\r\n\r\n <div\r\n className={`${isNavCollapsed ? \"collapse\" : \"\"} navbar-collapse`}\r\n id=\"navbarSupportedContent\"\r\n >\r\n <Bounce top cascade>\r\n <ul className=\"navbar-nav ml-auto text-uppercase\">\r\n <li className=\"nav-item active\">\r\n <Link\r\n to=\"header\"\r\n className=\"nav-link\"\r\n spy={true}\r\n smooth={true}\r\n >\r\n Home\r\n </Link>\r\n </li>\r\n <li className=\"nav-item\">\r\n <Link\r\n to=\"service\"\r\n className=\"nav-link\"\r\n spy={true}\r\n smooth={true}\r\n >\r\n Services\r\n </Link>\r\n </li>\r\n <li className=\"nav-item\">\r\n <Link\r\n to=\"price\"\r\n className=\"nav-link\"\r\n spy={true}\r\n smooth={true}\r\n >\r\n Price\r\n </Link>\r\n </li>\r\n <li className=\"nav-item\">\r\n <Link\r\n to=\"about\"\r\n className=\"nav-link\"\r\n spy={true}\r\n smooth={true}\r\n >\r\n About\r\n </Link>\r\n </li>\r\n <li className=\"nav-item\">\r\n <Link\r\n to=\"contact\"\r\n className=\"nav-link\"\r\n spy={true}\r\n smooth={true}\r\n >\r\n Contact\r\n </Link>\r\n </li>\r\n </ul>\r\n </Bounce>\r\n </div>\r\n </div>\r\n </nav>\r\n <section className=\"header-section\">\r\n <Fade left>\r\n <div className=\"center-div\">\r\n <h1>We are the best Developers</h1>\r\n <p>We create World best Responsive Websites</p>\r\n\r\n <div className=\"header-button\">\r\n <a href=\"#\">AboutUs</a>\r\n\r\n <a href=\"#\">Contact</a>\r\n </div>\r\n </div>\r\n </Fade>\r\n </section>\r\n </div>\r\n );\r\n};\r\n\r\nexport default Header;\r\n","E:\\react\\com_res_web\\src\\Components\\Banner.jsx",[],"E:\\react\\com_res_web\\src\\Components\\Service.jsx",[],"E:\\react\\com_res_web\\src\\Components\\Projects.jsx",[],"E:\\react\\com_res_web\\src\\Components\\Price.jsx",["61","62","63"],"import React from \"react\";\r\nimport \"./css/Price.css\";\r\nimport Flip from \"react-reveal/Flip\";\r\nconst Price = () => {\r\n return (\r\n <div className=\"price\">\r\n <div className=\"container text0-center my-5\">\r\n <h4 className=\"text-center font-weight-bold text-white \">\r\n OUR BEST PRICING\r\n </h4>\r\n </div>\r\n <div className=\"container\">\r\n <Flip cascade>\r\n <div className=\"row\">\r\n <div className=\"col-lg-4 col-md-12 my-2\">\r\n <div className=\"card cards text-center\">\r\n <div className=\"card-header\">BASIC </div>\r\n <ul className=\"card-body\">\r\n <li>\r\n $ <span className=\"money\">20</span>/website\r\n </li>\r\n <li>Responsive Websites</li>\r\n <li>Domain Name Free</li>\r\n <li>Mobile Friendly</li>\r\n <li>Webmail Support</li>\r\n <li>Customer Support 24/7</li>\r\n </ul>\r\n <div className=\"card-footer\">\r\n <a href=\"#\">Purchase</a>\r\n </div>\r\n </div>\r\n </div>\r\n <div className=\"col-lg-4 col-md-12\">\r\n <div className=\"card cards text-center card-price\">\r\n <div className=\"card-header\">STANDARD </div>\r\n <ul className=\"card-body\">\r\n <li>\r\n $ <span className=\"money\">40</span>/website\r\n </li>\r\n <li>Responsive Websites</li>\r\n <li>Domain Name Free</li>\r\n <li>Mobile Friendly</li>\r\n <li>Webmail Support</li>\r\n <li>Customer Support 24/7</li>\r\n </ul>\r\n <div className=\"card-footer\">\r\n <a href=\"#\">Purchase</a>\r\n </div>\r\n </div>\r\n </div>\r\n <div className=\"col-lg-4 col-md-12 \">\r\n <div className=\"card cards text-center\">\r\n <div className=\"card-header\">UNLIMITED </div>\r\n <ul className=\"card-body\">\r\n <li>\r\n $ <span className=\"money\">60</span>/website\r\n </li>\r\n <li>Responsive Websites</li>\r\n <li>Domain Name Free</li>\r\n <li>Mobile Friendly</li>\r\n <li>Webmail Support</li>\r\n <li>Customer Support 24/7</li>\r\n </ul>\r\n <div className=\"card-footer\">\r\n <a href=\"#\">Purchase</a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </Flip>\r\n </div>\r\n </div>\r\n );\r\n};\r\n\r\nexport default Price;\r\n","E:\\react\\com_res_web\\src\\Components\\Feedback.jsx",["64","65"],"import React from \"react\";\r\nimport \"./css/Feedback.css\";\r\nimport bg from \"../images/bg.jpg\";\r\nimport \"react-responsive-carousel/lib/styles/carousel.min.css\"; // requires a loader\r\nimport { Carousel } from \"react-responsive-carousel\";\r\nimport Slider from \"react-slick\";\r\nimport Slide from \"react-reveal/Slide\";\r\nimport Flip from \"react-reveal/Flip\";\r\nimport \"../../node_modules/react-slick/dist/react-slick\";\r\nconst Feedback = () => {\r\n const arr = [\r\n {\r\n img:\r\n \"https://scontent.fbbi1-1.fna.fbcdn.net/v/t1.0-9/c348.0.1052.1050a/s851x315/44178731_884706678392154_5530281237010186240_o.jpg?_nc_cat=106&ccb=2&_nc_sid=da31f3&_nc_ohc=86GnSln8qzUAX9V6uYJ&_nc_ht=scontent.fbbi1-1.fna&tp=28&oh=b145b3461afabad8b3bbc2d226a890e4&oe=6032B0C2\",\r\n details:\r\n \"By default, simple arrows are rendered on each side. If you need to customize them and the css is not enough, use the renderArrowPrev and renderArrowNext. The click handler is passed .\",\r\n name: \"Suraj Mohanty\",\r\n pos: \"Web Developer\",\r\n },\r\n {\r\n img:\r\n \"https://scontent.fbbi1-1.fna.fbcdn.net/v/t1.0-9/30221790_2002955299971533_8414518034458214400_o.jpg?_nc_cat=103&ccb=2&_nc_sid=09cbfe&_nc_ohc=dD-8QUZgAlYAX93c9Hf&_nc_ht=scontent.fbbi1-1.fna&oh=1b1c87b8f2ac858e36630e113180c2d0&oe=6034DF15\",\r\n details:\r\n \"By default, simple arrows are rendered on each side. If you need to customize them and the css is not enough, use the renderArrowPrev and renderArrowNext. The click handler is passed .\",\r\n name: \"Subhrajit Biswal\",\r\n pos: \"Web Developer\",\r\n },\r\n {\r\n img:\r\n \"https://scontent.fbbi1-2.fna.fbcdn.net/v/t31.0-8/14612555_724605767692802_2637206299359818226_o.jpg?_nc_cat=108&ccb=2&_nc_sid=174925&_nc_ohc=OPY2UjyHxaYAX8rrAET&_nc_ht=scontent.fbbi1-2.fna&oh=fb6724db19de193d0253fe5cfb0d563b&oe=60359067\",\r\n details:\r\n \"By default, simple arrows are rendered on each side. If you need to customize them and the css is not enough, use the renderArrowPrev and renderArrowNext. The click handler is passed .\",\r\n name: \"Abinash Panda\",\r\n pos: \"Web Developer\",\r\n },\r\n {\r\n img:\r\n \"https://scontent.fbbi1-1.fna.fbcdn.net/v/t1.0-9/95838896_1375066802687055_2877215097149718528_o.jpg?_nc_cat=104&ccb=2&_nc_sid=09cbfe&_nc_ohc=gq-y7BPdi3cAX-andOk&_nc_ht=scontent.fbbi1-1.fna&oh=b89f2cde8f2bc39506c523b1713c2e14&oe=6032C582\",\r\n details:\r\n \"By default, simple arrows are rendered on each side. If you need to customize them and the css is not enough, use the renderArrowPrev and renderArrowNext. The click handler is passed .\",\r\n name: \"Smrutiranjan Das\",\r\n pos: \"Web Developer\",\r\n },\r\n {\r\n img:\r\n \"https://shahidafridifoundation.org/wp-content/uploads/2020/06/no-preview.jpg\",\r\n details:\r\n \"By default, simple arrows are rendered on each side. If you need to customize them and the css is not enough, use the renderArrowPrev and renderArrowNext. The click handler is passed .\",\r\n name: \"Srikunsa Ranjan\",\r\n pos: \"Web Developer\",\r\n },\r\n {\r\n img:\r\n \"https://scontent.fbbi1-2.fna.fbcdn.net/v/t1.0-9/116335488_2691850857738842_6337386320884249054_o.jpg?_nc_cat=110&ccb=2&_nc_sid=e3f864&_nc_ohc=t7DqqqmP5PoAX-ExvTU&_nc_ht=scontent.fbbi1-2.fna&oh=fa26933594457059de4c9997bb553e58&oe=60323174\",\r\n details:\r\n \"By default, simple arrows are rendered on each side. If you need to customize them and the css is not enough, use the renderArrowPrev and renderArrowNext. The click handler is passed .\",\r\n name: \"Amiya Bhusan Sahoo\",\r\n pos: \"Web Developer\",\r\n },\r\n ];\r\n var settings = {\r\n dots: true,\r\n infinite: true,\r\n speed: 1000,\r\n slidesToShow: 1,\r\n slidesToScroll: 1,\r\n autoplay: true,\r\n accessibility: true,\r\n autoplaySpeed: 3000,\r\n className: \"carousel\",\r\n cssEase: \"linear\",\r\n responsive: [\r\n {\r\n breakpoint: 1024,\r\n settings: {\r\n slidesToShow: 2,\r\n slidesToScroll: 1,\r\n infinite: true,\r\n dots: true,\r\n },\r\n },\r\n {\r\n breakpoint: 800,\r\n settings: {\r\n slidesToShow: 2,\r\n slidesToScroll: 1,\r\n\r\n rows: 1,\r\n },\r\n },\r\n\r\n {\r\n breakpoint: 700,\r\n settings: {\r\n slidesToShow: 1,\r\n slidesToScroll: 1,\r\n infinite: true,\r\n dots: true,\r\n rows: 1,\r\n },\r\n },\r\n {\r\n breakpoint: 600,\r\n settings: {\r\n slidesToShow: 1,\r\n slidesToScroll: 1,\r\n\r\n rows: 1,\r\n },\r\n },\r\n ],\r\n };\r\n return (\r\n <div className=\"feedback\">\r\n <div className=\"container text-center\">\r\n <h4 className=\"text-center font-weight-bold\">OUR BELOVED CLIENTS</h4>\r\n <p>Some positive vibes about us by our clients</p>\r\n </div>\r\n <div className=\"container\">\r\n <Slide right>\r\n <Slider {...settings}>\r\n {arr.map((info) => (\r\n <div className=\"carousel\">\r\n <div className=\"row \">\r\n <div className=\"col-lg-12 col-md-12 image-size d-flex justify-content-around\">\r\n <img\r\n src={info.img}\r\n alt=\"\"\r\n className=\" col-lg-4 col-md-4 img-fluid my-4 \"\r\n />\r\n\r\n <div className=\"cardss col-lg-8 col-md-12 d-flex justify-content-center align-items-center\">\r\n <div className=\"card-body\">\r\n <Flip left cascade>\r\n <h4 className=\"my-3\">{info.name}</h4>\r\n </Flip>\r\n <p className=\"my-3\">{info.details}</p>\r\n <span className=\"my-3\"> {info.pos}</span>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n ))}\r\n </Slider>\r\n </Slide>\r\n </div>\r\n </div>\r\n );\r\n};\r\n\r\nexport default Feedback;\r\n","E:\\react\\com_res_web\\src\\Components\\ContactUs.jsx",[],"E:\\react\\com_res_web\\src\\Components\\NewsLetter.jsx",[],"E:\\react\\com_res_web\\src\\Components\\Footer.jsx",[],{"ruleId":"66","replacedBy":"67"},{"ruleId":"68","replacedBy":"69"},{"ruleId":"70","severity":1,"message":"71","line":1,"column":8,"nodeType":"72","messageId":"73","endLine":1,"endColumn":12},{"ruleId":"74","severity":1,"message":"75","line":15,"column":11,"nodeType":"76","endLine":15,"endColumn":48},{"ruleId":"74","severity":1,"message":"75","line":99,"column":15,"nodeType":"76","endLine":99,"endColumn":27},{"ruleId":"74","severity":1,"message":"75","line":101,"column":15,"nodeType":"76","endLine":101,"endColumn":27},{"ruleId":"74","severity":1,"message":"75","line":29,"column":19,"nodeType":"76","endLine":29,"endColumn":31},{"ruleId":"74","severity":1,"message":"75","line":47,"column":19,"nodeType":"76","endLine":47,"endColumn":31},{"ruleId":"74","severity":1,"message":"75","line":65,"column":19,"nodeType":"76","endLine":65,"endColumn":31},{"ruleId":"70","severity":1,"message":"77","line":3,"column":8,"nodeType":"72","messageId":"73","endLine":3,"endColumn":10},{"ruleId":"70","severity":1,"message":"78","line":5,"column":10,"nodeType":"72","messageId":"73","endLine":5,"endColumn":18},"no-native-reassign",["79"],"no-negated-in-lhs",["80"],"no-unused-vars","'logo' is defined but never used.","Identifier","unusedVar","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","'bg' is defined but never used.","'Carousel' is defined but never used.","no-global-assign","no-unsafe-negation"]