-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 5.78 KB
/
.eslintcache
1
[{"G:\\React_Apps\\Services_React_App\\src\\index.js":"1","G:\\React_Apps\\Services_React_App\\src\\reportWebVitals.js":"2","G:\\React_Apps\\Services_React_App\\src\\App.js":"3","G:\\React_Apps\\Services_React_App\\src\\Services.jsx":"4","G:\\React_Apps\\Services_React_App\\src\\Contact.jsx":"5","G:\\React_Apps\\Services_React_App\\src\\Footer.jsx":"6","G:\\React_Apps\\Services_React_App\\src\\Home.jsx":"7","G:\\React_Apps\\Services_React_App\\src\\NavBar.jsx":"8","G:\\React_Apps\\Services_React_App\\src\\About.jsx":"9","G:\\React_Apps\\Services_React_App\\src\\Sdata.jsx":"10","G:\\React_Apps\\Services_React_App\\src\\Card.jsx":"11","G:\\React_Apps\\Services_React_App\\src\\Common.jsx":"12"},{"size":562,"mtime":1630307108188,"results":"13","hashOfConfig":"14"},{"size":375,"mtime":1630307108188,"results":"15","hashOfConfig":"14"},{"size":791,"mtime":1630307108110,"results":"16","hashOfConfig":"14"},{"size":803,"mtime":1630307108141,"results":"17","hashOfConfig":"14"},{"size":3251,"mtime":1630307108141,"results":"18","hashOfConfig":"14"},{"size":353,"mtime":1630307108141,"results":"19","hashOfConfig":"14"},{"size":385,"mtime":1630307108141,"results":"20","hashOfConfig":"14"},{"size":1970,"mtime":1630307108141,"results":"21","hashOfConfig":"14"},{"size":386,"mtime":1630307108110,"results":"22","hashOfConfig":"14"},{"size":754,"mtime":1630307108141,"results":"23","hashOfConfig":"14"},{"size":711,"mtime":1630307108110,"results":"24","hashOfConfig":"14"},{"size":1489,"mtime":1630307108110,"results":"25","hashOfConfig":"14"},{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},"2sebf4",{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"33","messages":"34","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"35","messages":"36","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"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":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"45","messages":"46","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"47","messages":"48","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"49","messages":"50","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"51","usedDeprecatedRules":"28"},"G:\\React_Apps\\Services_React_App\\src\\index.js",[],["52","53"],"G:\\React_Apps\\Services_React_App\\src\\reportWebVitals.js",[],"G:\\React_Apps\\Services_React_App\\src\\App.js",[],"G:\\React_Apps\\Services_React_App\\src\\Services.jsx",[],"G:\\React_Apps\\Services_React_App\\src\\Contact.jsx",[],"G:\\React_Apps\\Services_React_App\\src\\Footer.jsx",[],"G:\\React_Apps\\Services_React_App\\src\\Home.jsx",[],"G:\\React_Apps\\Services_React_App\\src\\NavBar.jsx",[],"G:\\React_Apps\\Services_React_App\\src\\About.jsx",[],"G:\\React_Apps\\Services_React_App\\src\\Sdata.jsx",[],"G:\\React_Apps\\Services_React_App\\src\\Card.jsx",[],"G:\\React_Apps\\Services_React_App\\src\\Common.jsx",["54"],"import React from 'react';\r\nimport { NavLink } from 'react-router-dom';\r\n\r\nconst Common = (props) => {\r\n return(\r\n <>\r\n <section id=\"header\" className=\"d-flex align-items-center\">\r\n <div className=\"container-fluid my-5\">\r\n <div className=\"row\">\r\n <div className='col-10 mx-auto'>\r\n <div className=\"row\">\r\n <div className=\"col-md-6 pt-5 pt-lg-0 order-2 order-lg-1 d-flex justify-content-center flex-column\">\r\n <h1>\r\n {props.name}\r\n <strong className=\"brand-name\"> Haroon Bajwa</strong>\r\n </h1>\r\n <h2 className=\"my-3\">\r\n We are the team of talented web developers\r\n </h2>\r\n <div className=\"mt-3\">\r\n <NavLink to={props.visit} className=\"btn-get-started\">{props.btname}</NavLink>\r\n </div>\r\n </div>\r\n\r\n <div className=\"col-lg-6 order-1 order-lg-2 header-img\">\r\n <img src={props.imgsrc} className=\"img-fluid animated\" />\r\n </div>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n </div>\r\n </section>\r\n </>\r\n );\r\n}\r\n\r\nexport default Common;",{"ruleId":"55","replacedBy":"56"},{"ruleId":"57","replacedBy":"58"},{"ruleId":"59","severity":1,"message":"60","line":26,"column":29,"nodeType":"61","endLine":26,"endColumn":86},"no-native-reassign",["62"],"no-negated-in-lhs",["63"],"jsx-a11y/alt-text","img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.","JSXOpeningElement","no-global-assign","no-unsafe-negation"]