-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 8.12 KB
/
.eslintcache
1
[{"C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\index.js":"1","C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\App.js":"2","C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\reportWebVitals.js":"3","C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\pages\\Buttons_page\\Buttons.js":"4","C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\pages\\Typography_page\\Typography.js":"5","C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\pages\\Inputs_page\\Inputs.js":"6","C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\components\\Footer.js":"7","C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\components\\Typography\\TypographyUI.js":"8","C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\components\\Button\\ButtonUI.js":"9","C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\components\\Input\\InputUI.js":"10","C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\pages\\Home_page\\Home.js":"11"},{"size":500,"mtime":499162500000,"results":"12","hashOfConfig":"13"},{"size":2026,"mtime":1611859906476,"results":"14","hashOfConfig":"13"},{"size":362,"mtime":499162500000,"results":"15","hashOfConfig":"13"},{"size":3494,"mtime":1609351788628,"results":"16","hashOfConfig":"13"},{"size":2073,"mtime":1609349452511,"results":"17","hashOfConfig":"13"},{"size":2568,"mtime":1611509074423,"results":"18","hashOfConfig":"13"},{"size":767,"mtime":1611515441871,"results":"19","hashOfConfig":"13"},{"size":675,"mtime":1609349031304,"results":"20","hashOfConfig":"13"},{"size":1355,"mtime":1610817110170,"results":"21","hashOfConfig":"13"},{"size":2501,"mtime":1611857700464,"results":"22","hashOfConfig":"13"},{"size":1147,"mtime":1611518618989,"results":"23","hashOfConfig":"13"},{"filePath":"24","messages":"25","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},"zy4xa5",{"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":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"37","messages":"38","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"39","usedDeprecatedRules":"26"},{"filePath":"40","messages":"41","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"42","messages":"43","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"44","messages":"45","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"46","messages":"47","errorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":"48","usedDeprecatedRules":"26"},"C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\index.js",[],["49","50"],"C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\App.js",[],"C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\reportWebVitals.js",[],"C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\pages\\Buttons_page\\Buttons.js",[],"C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\pages\\Typography_page\\Typography.js",[],"C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\pages\\Inputs_page\\Inputs.js",[],"C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\components\\Footer.js",["51"],"import React from \"react\";\r\nimport \"./Footer.css\";\r\n\r\nfunction Footer(params) {\r\n return (\r\n <div className=\"footer\">\r\n <span className=\"footer__credits\">\r\n Icons:{\" \"}\r\n <a\r\n href=\"https://material-ui.com/components/material-icons/\"\r\n target=\"_blank\"\r\n >\r\n https://material-ui.com/components/material-icons/\r\n </a>\r\n </span>\r\n <span className=\"footer__copyright\">\r\n <a href=\"https://github.com/tahmid-ul\" target=\"_blank\" rel=\"noreferrer\">\r\n Tahmid ul karim\r\n </a>{\" \"}\r\n @{\" \"}\r\n <a href=\"https://devchallenges.io/\" target=\"_blank\" rel=\"noreferrer\">\r\n devchallenges.io\r\n </a>\r\n </span>\r\n </div>\r\n );\r\n}\r\n\r\nexport default Footer;\r\n","C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\components\\Typography\\TypographyUI.js",[],"C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\components\\Button\\ButtonUI.js",[],"C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\components\\Input\\InputUI.js",[],"C:\\Users\\Tahmid\\Downloads\\DevChallanges.io\\Reusable-input-components-with react\\src\\pages\\Home_page\\Home.js",["52","53","54","55"],"import React from \"react\";\r\nimport { BrowserRouter as Router, Switch, Route, Link } from \"react-router-dom\";\r\nimport \"./Home.css\";\r\nimport Footer from \"../../components/Footer\";\r\n\r\nfunction Home() {\r\n return (\r\n <div className=\"home__container\">\r\n <h1 className=\"home__header\">Reusable Components - React</h1>\r\n <p className=\"home__container_subtitle\">\r\n This project is a part of{\" \"}\r\n <a href=\"https://devchallenges.io/\" target=\"_blank\" rel=\"noreferrer\">\r\n devchallenges.io\r\n </a>{\" \"}\r\n Front-end developer challenges.\r\n </p>\r\n <p>\r\n It is built fully using React and hosted on firebase. Currently there\r\n are three components - Typography, Buttons and Inputs. More components\r\n will be added in the future.\r\n </p>\r\n <div className=\"home__container_components\">\r\n <li>\r\n <Link to=\"/typography\">Typography</Link>\r\n </li>\r\n <li>\r\n <Link to=\"/buttons\">Buttons</Link>\r\n </li>\r\n <li>\r\n <Link to=\"/inputs\">Inputs</Link>\r\n </li>\r\n </div>\r\n </div>\r\n );\r\n}\r\n\r\nexport default Home;\r\n",{"ruleId":"56","replacedBy":"57"},{"ruleId":"58","replacedBy":"59"},{"ruleId":"60","severity":1,"message":"61","line":11,"column":11,"nodeType":"62","endLine":11,"endColumn":26},{"ruleId":"63","severity":1,"message":"64","line":2,"column":27,"nodeType":"65","messageId":"66","endLine":2,"endColumn":33},{"ruleId":"63","severity":1,"message":"67","line":2,"column":35,"nodeType":"65","messageId":"66","endLine":2,"endColumn":41},{"ruleId":"63","severity":1,"message":"68","line":2,"column":43,"nodeType":"65","messageId":"66","endLine":2,"endColumn":48},{"ruleId":"63","severity":1,"message":"69","line":4,"column":8,"nodeType":"65","messageId":"66","endLine":4,"endColumn":14},"no-native-reassign",["70"],"no-negated-in-lhs",["71"],"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","JSXAttribute","no-unused-vars","'Router' is defined but never used.","Identifier","unusedVar","'Switch' is defined but never used.","'Route' is defined but never used.","'Footer' is defined but never used.","no-global-assign","no-unsafe-negation"]