-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 16.9 KB
/
.eslintcache
1
[{"E:\\T02-SMS_Devs\\src\\index.js":"1","E:\\T02-SMS_Devs\\src\\reportWebVitals.js":"2","E:\\T02-SMS_Devs\\src\\App.js":"3","E:\\T02-SMS_Devs\\src\\Pages\\City.js":"4","E:\\T02-SMS_Devs\\src\\components\\Footer.js":"5","E:\\T02-SMS_Devs\\src\\Pages\\Main.js":"6","E:\\T02-SMS_Devs\\src\\components\\Card.js":"7","E:\\T02-SMS_Devs\\src\\options.js":"8","E:\\T02-SMS_Devs\\src\\Pages\\Page1.js":"9","E:\\T02-SMS_Devs\\src\\Pages\\Page2.js":"10","E:\\T02-SMS_Devs\\src\\Pages\\Place.js":"11","E:\\T02-SMS_Devs\\src\\components\\Gallery.js":"12"},{"size":517,"mtime":1612034922664,"results":"13","hashOfConfig":"14"},{"size":375,"mtime":1612034922665,"results":"15","hashOfConfig":"14"},{"size":1543,"mtime":1612084403919,"results":"16","hashOfConfig":"14"},{"size":5835,"mtime":1612088210225,"results":"17","hashOfConfig":"14"},{"size":941,"mtime":1612077338517,"results":"18","hashOfConfig":"14"},{"size":3645,"mtime":1612078490891,"results":"19","hashOfConfig":"14"},{"size":850,"mtime":1612086460573,"results":"20","hashOfConfig":"14"},{"size":1012,"mtime":1612088266036,"results":"21","hashOfConfig":"14"},{"size":1334,"mtime":1612078917433,"results":"22","hashOfConfig":"14"},{"size":1464,"mtime":1612077338515,"results":"23","hashOfConfig":"14"},{"size":2302,"mtime":1612087642250,"results":"24","hashOfConfig":"14"},{"size":1024,"mtime":1612084231603,"results":"25","hashOfConfig":"14"},{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},"s9jxlk",{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"31","messages":"32","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"33","messages":"34","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"35","messages":"36","errorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":"37","usedDeprecatedRules":"28"},{"filePath":"38","messages":"39","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":"40","usedDeprecatedRules":"28"},{"filePath":"41","messages":"42","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"43","messages":"44","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"45","messages":"46","errorCount":0,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":0,"source":"47","usedDeprecatedRules":"28"},{"filePath":"48","messages":"49","errorCount":0,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":0,"source":"50","usedDeprecatedRules":"28"},{"filePath":"51","messages":"52","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"53","messages":"54","errorCount":0,"warningCount":13,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"E:\\T02-SMS_Devs\\src\\index.js",[],["55","56"],"E:\\T02-SMS_Devs\\src\\reportWebVitals.js",[],"E:\\T02-SMS_Devs\\src\\App.js",["57","58","59"],"E:\\T02-SMS_Devs\\src\\Pages\\City.js",["60","61","62"],"E:\\T02-SMS_Devs\\src\\components\\Footer.js",["63","64","65","66","67","68"],"import React from \"react\";\r\nimport '../../node_modules/bootstrap/dist/css/bootstrap.min.css';\r\nimport '../Assets/css/footer.css';\r\n\r\nfunction Footer() {\r\n return (\r\n <div class=\"container-fluid foot\">\r\n <link rel=\"stylesheet\" href=\"https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css\" integrity=\"sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN\" crossorigin=\"anonymous\"></link>\r\n <a href=\"\"><i class=\"fa fa-instagram\" aria-hidden=\"true\"></i></a>\r\n <a href=\"\"><i class=\"fa fa-facebook-official\" aria-hidden=\"true\"></i></a>\r\n <a href=\"\"><i class=\"fa fa-linkedin-square\" aria-hidden=\"true\"></i></a>\r\n\r\n \r\n </div>\r\n \r\n );\r\n}\r\n\r\nexport default Footer;","E:\\T02-SMS_Devs\\src\\Pages\\Main.js",["69","70","71"],"import React, { Component, useEffect } from \"react\";\r\nimport \"../../node_modules/bootstrap/dist/css/bootstrap.min.css\";\r\nimport img1 from \"../Assets/images/1.jpg\";\r\nimport img2 from \"../Assets/images/2.jpg\";\r\nimport \"../Assets/css/main.css\";\r\nimport { Link } from \"react-router-dom\";\r\nimport City from \"./City\";\r\nimport { Redirect } from \"react-router-dom\";\r\n\r\nexport default class Home extends Component {\r\n constructor(props) {\r\n super(props);\r\n\r\n this.state = {\r\n city: \"\",\r\n clicked: false,\r\n };\r\n\r\n this.renderHomePage = this.renderHomePage.bind(this);\r\n this.renderCityPage = this.renderCityPage.bind(this);\r\n\r\n }\r\n\r\n renderHomePage() {\r\n return (\r\n <div className=\"maincontainer container\">\r\n <div class=\"row\">\r\n <link\r\n rel=\"stylesheet\"\r\n href=\"https://use.fontawesome.com/releases/v5.7.0/css/all.css\"\r\n integrity=\"sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ\"\r\n crossorigin=\"anonymous\"\r\n ></link>\r\n <div class=\"col-sm-6 para\">\r\n <br />\r\n <br />\r\n <br />\r\n <p>\r\n {\" \"}\r\n <h2>Hey there!</h2>{\" \"}\r\n <h5>Planning a vacation but worried about COVID? </h5>\r\n <br />\r\n Put an end to your worry and pack your bags as we tell you about\r\n the safest destinations to visit in the city of your choice...In\r\n just one click!\r\n <br />\r\n </p>\r\n </div>\r\n <div class=\"col-sm-6\">\r\n <img src={img1} />\r\n </div>\r\n </div>\r\n\r\n <br />\r\n\r\n <div class=\"row\">\r\n <link\r\n rel=\"stylesheet\"\r\n href=\"https://use.fontawesome.com/releases/v5.7.0/css/all.css\"\r\n integrity=\"sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ\"\r\n crossorigin=\"anonymous\"\r\n ></link>\r\n\r\n <div class=\"col-sm-6\">\r\n <img src={img2} />\r\n </div>\r\n <div class=\"col-sm-6\">\r\n <br />\r\n <br />\r\n <br />\r\n <p>\r\n {\" \"}\r\n Enter the place where you want to visit and find:\r\n <ul>\r\n <li> COVID Scenario of the place </li>\r\n <li> Major tourist attractions of the place </li>\r\n <li> How to reach the place </li>\r\n </ul>\r\n </p>\r\n <br />\r\n <input\r\n type=\"text\"\r\n class=\"form-control ip\"\r\n id=\"place\"\r\n placeholder=\"Place Name\"\r\n />\r\n <br />\r\n <Link\r\n // to={\"/City\"}\r\n onClick={(e) => {\r\n e.preventDefault();\r\n // console.log(\"cvalue\", document.getElementById(\"place\").value);\r\n this.setState({ city: document.getElementById(\"place\").value });\r\n this.setState({ clicked: true });\r\n Redirect(\"/City\");\r\n }}\r\n >\r\n CLICK TO SEE\r\n </Link>\r\n </div>\r\n </div>\r\n </div>\r\n );\r\n }\r\n\r\n renderCityPage() {\r\n // this.setState({ city: document.getElementById(\"place\").value });\r\n console.log(\"clicked\", this.state.city);\r\n return (\r\n <div className=\"maincontainer container\">\r\n <City city={this.state.city} />\r\n </div>\r\n );\r\n }\r\n\r\n render() {\r\n return (\r\n <div>\r\n {this.state.clicked ? this.renderCityPage() : this.renderHomePage()}\r\n </div>\r\n );\r\n }\r\n}","E:\\T02-SMS_Devs\\src\\components\\Card.js",["72"],"E:\\T02-SMS_Devs\\src\\options.js",[],"E:\\T02-SMS_Devs\\src\\Pages\\Page1.js",["73","74","75","76","77"],"import React from \"react\";\r\n\r\nfunction Page1() {\r\n return (\r\n \t<div class=\"container\">\r\n <b> From: </b> Delhi <b> To: </b> Mumbai <br/><br/>\r\n<div class=\"ele\">\r\n\t<img src=\"C:\\Users\\hp\\Dropbox\\My PC (LAPTOP-5I0RHIRT)\\Downloads\\flight.png\"/><br/>\r\n\t<b> Number: </b> 438926 <br/>\r\n\t<b> Arr/Dep: </b> 08.30 ---- 10.30 <br/>\r\n\t<b> Fare: </b> INR 10520 <br/><br/>\r\n</div>\r\n<div class=\"ele\">\r\n\t<img src=\"C:\\Users\\hp\\Dropbox\\My PC (LAPTOP-5I0RHIRT)\\Downloads\\flight.png\"/><br/>\r\n\t<b> Number: </b> 874292 <br/>\r\n\t<b> Arr/Dep: </b> 10.30 ---- 12.00<br/>\r\n\t<b> Fare: </b> INR 14120 <br/><br/>\r\n</div>\r\n<div class=\"ele\">\r\n\t<img src=\"C:\\Users\\hp\\Dropbox\\My PC (LAPTOP-5I0RHIRT)\\Downloads\\flight.png\"/><br/>\r\n\t<b> Number: </b> 729023 <br/>\r\n\t<b> Arr/Dep: </b> 12.30 ---- 14.30<br/>\r\n\t<b> Fare: </b> INR 14120 <br/><br/>\r\n</div>\r\n<div class=\"ele\">\r\n\t<img src=\"C:\\Users\\hp\\Dropbox\\My PC (LAPTOP-5I0RHIRT)\\Downloads\\flight.png\"/><br/>\r\n\t<b> Number: </b> 913732 <br/>\r\n\t<b> Arr/Dep: </b> 16.30 ---- 18.30<br/>\r\n\t<b> Fare: </b> INR 14120 <br/><br/>\r\n</div>\r\n<div class=\"ele\">\r\n\t<img src=\"C:\\Users\\hp\\Dropbox\\My PC (LAPTOP-5I0RHIRT)\\Downloads\\flight.png\"/><br/>\r\n\t<b> Number: </b> 463242 <br/>\r\n\t<b> Arr/Dep: </b> 16.30 ---- 18.30<br/>\r\n\t<b> Fare: </b> INR 14120 <br/><br/>\r\n</div>\r\n</div>\r\n \r\n );\r\n}\r\n\r\nexport default Page1;","E:\\T02-SMS_Devs\\src\\Pages\\Page2.js",["78","79","80","81","82"],"import React from 'react';\r\n\r\nfunction page2() {\r\n\treturn (\r\n\t<div class=\"container\">\r\n\t\t\t<b> From: </b> Delhi <b> To: </b> Mumbai <br /><br />\r\n\t\t\t<div class=\"ele\">\r\n\t\t\t\t<img src=\"C:\\Users\\hp\\Dropbox\\My PC (LAPTOP-5I0RHIRT)\\Downloads\\train.png\"/><br />\r\n\t\t\t\t\t<b> Number: </b> 438926 <br />\r\n\t\t\t\t\t<b> Arr/Dep: </b> 08.30 ---- 10.30<br />\r\n\t\t\t\t\t<b> Fare: </b> INR 4520 <br /><br />\r\n</div>\r\n\t\t\t\t<div class=\"ele\">\r\n\t\t\t\t\t<img src=\"C:\\Users\\hp\\Dropbox\\My PC (LAPTOP-5I0RHIRT)\\Downloads\\train.png\"/><br />\r\n\t\t\t\t\t\t<b> Number: </b> 874292 <br />\r\n\t\t\t\t\t\t<b> Arr/Dep: </b> 10.30 ---- 12.00<br />\r\n\t\t\t\t\t\t<b> Fare: </b> INR 7250 <br /><br />\r\n</div>\r\n\t\t\t\t\t<div class=\"ele\">\r\n\t\t\t\t\t\t<img src=\"C:\\Users\\hp\\Dropbox\\My PC (LAPTOP-5I0RHIRT)\\Downloads\\train.png\"/><br />\r\n\t\t\t\t\t\t\t<b> Number: </b> 729023 <br />\r\n\t\t\t\t\t\t\t<b> Arr/Dep: </b> 12.30 ---- 14.30<br />\r\n\t\t\t\t\t\t\t<b> Fare: </b> INR 4980 <br /><br />\r\n</div>\r\n\t\t\t\t\t\t<div class=\"ele\">\r\n\t\t\t\t\t\t\t<img src=\"C:\\Users\\hp\\Dropbox\\My PC (LAPTOP-5I0RHIRT)\\Downloads\\train.png\"/><br />\r\n\t\t\t\t\t\t\t\t<b> Number: </b> 913732 <br />\r\n\t\t\t\t\t\t\t\t<b> Arr/Dep: </b> 16.30 ---- 18.30<br />\r\n\t\t\t\t\t\t\t\t<b> Fare: </b> INR 6320 <br /><br />\r\n</div>\r\n\t\t\t\t\t\t\t<div class=\"ele\">\r\n\t\t\t\t\t\t\t\t<img src=\"C:\\Users\\hp\\Dropbox\\My PC (LAPTOP-5I0RHIRT)\\Downloads\\train.png\"/><br />\r\n\t\t\t\t\t\t\t\t\t<b> Number: </b> 463242 <br />\r\n\t\t\t\t\t\t\t\t\t<b> Arr/Dep: </b> 16.30 ---- 18.30<br />\r\n\t\t\t\t\t\t\t\t\t<b> Fare: </b> INR 5120 <br /><br />\r\n</div>\r\n\t</div>);\r\n}\r\n\r\nexport default page2;","E:\\T02-SMS_Devs\\src\\Pages\\Place.js",[],"E:\\T02-SMS_Devs\\src\\components\\Gallery.js",["83","84","85","86","87","88","89","90","91","92","93","94","95"],{"ruleId":"96","replacedBy":"97"},{"ruleId":"98","replacedBy":"99"},{"ruleId":"100","severity":1,"message":"101","line":8,"column":36,"nodeType":"102","messageId":"103","endLine":8,"endColumn":44},{"ruleId":"104","severity":1,"message":"105","line":19,"column":11,"nodeType":"106","endLine":19,"endColumn":60},{"ruleId":"107","severity":1,"message":"108","line":19,"column":60,"nodeType":"106","endLine":19,"endColumn":77},{"ruleId":"109","severity":1,"message":"110","line":103,"column":25,"nodeType":"102","messageId":"111","endLine":103,"endColumn":38},{"ruleId":"107","severity":1,"message":"108","line":120,"column":21,"nodeType":"106","endLine":120,"endColumn":112},{"ruleId":"107","severity":1,"message":"108","line":142,"column":25,"nodeType":"106","endLine":142,"endColumn":60},{"ruleId":"112","severity":1,"message":"113","line":9,"column":13,"nodeType":"106","endLine":9,"endColumn":24},{"ruleId":"104","severity":1,"message":"105","line":9,"column":13,"nodeType":"106","endLine":9,"endColumn":24},{"ruleId":"112","severity":1,"message":"113","line":10,"column":13,"nodeType":"106","endLine":10,"endColumn":24},{"ruleId":"104","severity":1,"message":"105","line":10,"column":13,"nodeType":"106","endLine":10,"endColumn":24},{"ruleId":"112","severity":1,"message":"113","line":11,"column":13,"nodeType":"106","endLine":11,"endColumn":24},{"ruleId":"104","severity":1,"message":"105","line":11,"column":13,"nodeType":"106","endLine":11,"endColumn":24},{"ruleId":"100","severity":1,"message":"114","line":1,"column":28,"nodeType":"102","messageId":"103","endLine":1,"endColumn":37},{"ruleId":"107","severity":1,"message":"108","line":50,"column":13,"nodeType":"106","endLine":50,"endColumn":31},{"ruleId":"107","severity":1,"message":"108","line":65,"column":13,"nodeType":"106","endLine":65,"endColumn":31},{"ruleId":"107","severity":1,"message":"108","line":10,"column":17,"nodeType":"106","endLine":10,"endColumn":44},{"ruleId":"107","severity":1,"message":"108","line":8,"column":2,"nodeType":"106","endLine":8,"endColumn":79},{"ruleId":"107","severity":1,"message":"108","line":14,"column":2,"nodeType":"106","endLine":14,"endColumn":79},{"ruleId":"107","severity":1,"message":"108","line":20,"column":2,"nodeType":"106","endLine":20,"endColumn":79},{"ruleId":"107","severity":1,"message":"108","line":26,"column":2,"nodeType":"106","endLine":26,"endColumn":79},{"ruleId":"107","severity":1,"message":"108","line":32,"column":2,"nodeType":"106","endLine":32,"endColumn":79},{"ruleId":"107","severity":1,"message":"108","line":8,"column":5,"nodeType":"106","endLine":8,"endColumn":81},{"ruleId":"107","severity":1,"message":"108","line":14,"column":6,"nodeType":"106","endLine":14,"endColumn":82},{"ruleId":"107","severity":1,"message":"108","line":20,"column":7,"nodeType":"106","endLine":20,"endColumn":83},{"ruleId":"107","severity":1,"message":"108","line":26,"column":8,"nodeType":"106","endLine":26,"endColumn":84},{"ruleId":"107","severity":1,"message":"108","line":32,"column":9,"nodeType":"106","endLine":32,"endColumn":85},{"ruleId":"100","severity":1,"message":"115","line":1,"column":15,"nodeType":"102","messageId":"103","endLine":1,"endColumn":24},{"ruleId":"107","severity":1,"message":"108","line":9,"column":21,"nodeType":"106","endLine":9,"endColumn":45},{"ruleId":"107","severity":1,"message":"108","line":10,"column":21,"nodeType":"106","endLine":10,"endColumn":45},{"ruleId":"107","severity":1,"message":"108","line":11,"column":21,"nodeType":"106","endLine":11,"endColumn":45},{"ruleId":"107","severity":1,"message":"108","line":12,"column":21,"nodeType":"106","endLine":12,"endColumn":45},{"ruleId":"107","severity":1,"message":"108","line":15,"column":21,"nodeType":"106","endLine":15,"endColumn":45},{"ruleId":"107","severity":1,"message":"108","line":16,"column":21,"nodeType":"106","endLine":16,"endColumn":45},{"ruleId":"107","severity":1,"message":"108","line":17,"column":21,"nodeType":"106","endLine":17,"endColumn":45},{"ruleId":"107","severity":1,"message":"108","line":18,"column":21,"nodeType":"106","endLine":18,"endColumn":45},{"ruleId":"107","severity":1,"message":"108","line":21,"column":21,"nodeType":"106","endLine":21,"endColumn":45},{"ruleId":"107","severity":1,"message":"108","line":22,"column":21,"nodeType":"106","endLine":22,"endColumn":46},{"ruleId":"107","severity":1,"message":"108","line":23,"column":21,"nodeType":"106","endLine":23,"endColumn":46},{"ruleId":"107","severity":1,"message":"108","line":24,"column":21,"nodeType":"106","endLine":24,"endColumn":46},"no-native-reassign",["116"],"no-negated-in-lhs",["117"],"no-unused-vars","'Redirect' 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","jsx-a11y/alt-text","img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.","no-redeclare","'covid_results' is already defined.","redeclared","jsx-a11y/anchor-has-content","Anchors must have content and the content must be accessible by a screen reader.","'useEffect' is defined but never used.","'Component' is defined but never used.","no-global-assign","no-unsafe-negation"]