-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 9.82 KB
/
.eslintcache
1
[{"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\index.js":"1","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\App.js":"2","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\reportWebVitals.js":"3","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\Footer\\index.js":"4","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\pages\\Projects.js":"5","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\Wrapper\\index.js":"6","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\pages\\About.js":"7","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\pages\\Home.js":"8","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\Header\\index.js":"9","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\NavBar\\index.js":"10","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\Projects\\index.js":"11","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\Projects\\ProjectList\\index.js":"12","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\Hero\\index.js":"13","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\AboutContext\\index.js":"14","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\AboutContext\\AboutCard\\index.js":"15","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\AboutContext\\ContactCard\\index.js":"16"},{"size":284,"mtime":1612804601174,"results":"17","hashOfConfig":"18"},{"size":555,"mtime":1612804601130,"results":"19","hashOfConfig":"18"},{"size":362,"mtime":1612804601179,"results":"20","hashOfConfig":"18"},{"size":205,"mtime":1610581795492,"results":"21","hashOfConfig":"18"},{"size":271,"mtime":1612804601177,"results":"22","hashOfConfig":"18"},{"size":161,"mtime":1612804601171,"results":"23","hashOfConfig":"18"},{"size":298,"mtime":1612804601175,"results":"24","hashOfConfig":"18"},{"size":297,"mtime":1612804601176,"results":"25","hashOfConfig":"18"},{"size":157,"mtime":1612804601162,"results":"26","hashOfConfig":"18"},{"size":2316,"mtime":1612804601166,"results":"27","hashOfConfig":"18"},{"size":1089,"mtime":1612804601171,"results":"28","hashOfConfig":"18"},{"size":4120,"mtime":1612804601169,"results":"29","hashOfConfig":"18"},{"size":1447,"mtime":1612804601164,"results":"30","hashOfConfig":"18"},{"size":1164,"mtime":1612805538165,"results":"31","hashOfConfig":"18"},{"size":2118,"mtime":1612804601156,"results":"32","hashOfConfig":"18"},{"size":2840,"mtime":1612805087391,"results":"33","hashOfConfig":"18"},{"filePath":"34","messages":"35","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},"5496uf",{"filePath":"37","messages":"38","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"39","messages":"40","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"41","messages":"42","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"43"},{"filePath":"44","messages":"45","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"46","usedDeprecatedRules":"36"},{"filePath":"47","messages":"48","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"49","messages":"50","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"51","messages":"52","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"53","messages":"54","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"55","messages":"56","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"57","usedDeprecatedRules":"36"},{"filePath":"58","messages":"59","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"60","messages":"61","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"62","messages":"63","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"64","messages":"65","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"66","messages":"67","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"68","messages":"69","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\index.js",[],["70","71"],"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\App.js",[],"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\reportWebVitals.js",[],"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\Footer\\index.js",[],["72","73"],"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\pages\\Projects.js",["74"],"import React, { useState } from \"react\"\nimport NavBar from \"../components/NavBar\";\nimport ProjectGrid from \"../components/Projects\"\n\n\n\n\nconst Projects = () => {\n return(\n <>\n <NavBar />\n <ProjectGrid />\n </>\n )\n}\nexport default Projects;","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\Wrapper\\index.js",[],"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\pages\\About.js",[],"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\pages\\Home.js",[],"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\Header\\index.js",[],"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\NavBar\\index.js",["75"],"import React, {useState, useEffect} from 'react';\nimport './style.css'\nimport {Link} from 'react-router-dom';\nimport About from '../../pages/About'\nimport Projects from '../../pages/Projects';\nimport Header from '../Header';\n\n\n\nconst NavBar = () => {\n const [click, setClick] =useState(false);\n const [button, setButton ] = useState( true );\n const [tab, setTab] =useState(\"home\"); //by default the page will route to home\n\n//funtion to handle the closing of the nav bar for the mobile\nconst handleClick = () => {\nsetClick(!click)\n}\n\nconst closeMobileMenu = () => {\n setClick(false)\n}\nconst showMenuButton = () => {\n if(window.innerWidth <= 960) {\n setButton(false) //if the screen is less the it shows the button\n }else{\n setButton(true);\n }\n};\nuseEffect(() => {\n showMenuButton();\n})\nwindow.addEventListener('resize', showMenuButton) //adding this for mobile responsive and demonstration for class \n\nreturn(\n <>\n <Header />\n <nav className=\"navbar\">\n <div className=\"navbar-container\">\n <Link to=\"/\" className=\"navbar-logo \">\n Caspento {' '}<i className=\" fas fa-leaf\" />\n </Link>\n \n <div className='menu-icon' onClick={handleClick}>\n <i className={click ? 'fas fa-times' : 'fas fa-bars'} /> {/*Clicks cycle between the mobile menu X and Hamburger menu */}\n </div>\n </div>\n <ul className={click ? 'nav-menu active' : 'nav-menu'}>\n\n <li className='nav-item'>\n <Link to=\"/projects\" className=\"nav-links\" onClick={closeMobileMenu}>{tab === 'projects' &&\n <Projects />}<h4>Projects</h4>\n </Link>\n </li>\n \n <li className='nav-item'>\n <Link to=\"/about\" className=\"nav-links\" onClick={closeMobileMenu}>{tab === 'about' &&\n <About /> } <h4>About</h4>\n </Link>\n </li>\n\n \n </ul>\n {button} {/*connect this button as a Popper to create event or either */}\n </nav>\n </>\n)\n\n\n}\nexport default NavBar;","C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\Projects\\index.js",[],"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\Projects\\ProjectList\\index.js",[],"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\Hero\\index.js",[],"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\AboutContext\\index.js",["76"],"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\AboutContext\\AboutCard\\index.js",[],"C:\\Users\\mrcas\\BootCamp\\Portfolio\\mrcaspento-portfolio\\src\\components\\AboutContext\\ContactCard\\index.js",[],{"ruleId":"77","replacedBy":"78"},{"ruleId":"79","replacedBy":"80"},{"ruleId":"77","replacedBy":"81"},{"ruleId":"79","replacedBy":"82"},{"ruleId":"83","severity":1,"message":"84","line":1,"column":17,"nodeType":"85","messageId":"86","endLine":1,"endColumn":25},{"ruleId":"83","severity":1,"message":"87","line":13,"column":17,"nodeType":"85","messageId":"86","endLine":13,"endColumn":23},{"ruleId":"83","severity":1,"message":"88","line":32,"column":11,"nodeType":"85","messageId":"86","endLine":32,"endColumn":18},"no-native-reassign",["89"],"no-negated-in-lhs",["90"],["89"],["90"],"no-unused-vars","'useState' is defined but never used.","Identifier","unusedVar","'setTab' is assigned a value but never used.","'classes' is assigned a value but never used.","no-global-assign","no-unsafe-negation"]