-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 11.2 KB
/
.eslintcache
1
[{"/home/trevor/personal/codebase/trevdotcom/src/index.js":"1","/home/trevor/personal/codebase/trevdotcom/src/App.js":"2","/home/trevor/personal/codebase/trevdotcom/src/reportWebVitals.js":"3","/home/trevor/personal/codebase/trevdotcom/src/components/nav/profileLinks.js":"4","/home/trevor/personal/codebase/trevdotcom/src/components/nav/sidebar.js":"5","/home/trevor/personal/codebase/trevdotcom/src/components/experience/experienceContainer.js":"6","/home/trevor/personal/codebase/trevdotcom/src/components/underConstruction.js":"7"},{"size":219,"mtime":1613677455705,"results":"8","hashOfConfig":"9"},{"size":2112,"mtime":1613679808105,"results":"10","hashOfConfig":"9"},{"size":362,"mtime":1612376422190,"results":"11","hashOfConfig":"9"},{"size":670,"mtime":1613677455705,"results":"12","hashOfConfig":"9"},{"size":665,"mtime":1613677455705,"results":"13","hashOfConfig":"9"},{"size":5441,"mtime":1613678511995,"results":"14","hashOfConfig":"9"},{"size":744,"mtime":1613680011415,"results":"15","hashOfConfig":"9"},{"filePath":"16","messages":"17","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1lausyx",{"filePath":"18","messages":"19","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"20","messages":"21","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"22","messages":"23","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":"24","usedDeprecatedRules":"25"},{"filePath":"26","messages":"27","errorCount":0,"warningCount":4,"fixableErrorCount":0,"fixableWarningCount":0,"source":"28","usedDeprecatedRules":"25"},{"filePath":"29","messages":"30","errorCount":0,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":0,"source":"31","usedDeprecatedRules":"25"},{"filePath":"32","messages":"33","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/trevor/personal/codebase/trevdotcom/src/index.js",[],"/home/trevor/personal/codebase/trevdotcom/src/App.js",[],"/home/trevor/personal/codebase/trevdotcom/src/reportWebVitals.js",[],"/home/trevor/personal/codebase/trevdotcom/src/components/nav/profileLinks.js",["34","35"],"import './profileLinks.css'\nimport React from 'react';\nimport github from '../../images/logos/github.png'\nimport linkedin from '../../images/logos/linkedin.png'\n\nclass ProfileLinks extends React.Component {\n\n render() {\n return (\n <div className='profile-links'>\n <a href=\"https://www.github.com/trevarmand\">\n <img className='link-image img-spacing' src={github} ></img>\n </a>\n <a href=\"https://linkedin.com/in/trevor-armand\">\n <img className='link-image' src={linkedin}></img>\n </a>\n </div>\n )\n }\n}\n\n\nexport default ProfileLinks;",["36","37"],"/home/trevor/personal/codebase/trevdotcom/src/components/nav/sidebar.js",["38","39","40","41"],"import './sidebar.css'\nimport React from 'react';\n\n\nclass Sidebar extends React.Component {\n\n render() {\n return (\n <div className=\"sidebar\" id=\"slide\">\n <p className=\"header-color navigation-header\"></p>\n <ul className=\"link-list item-color\">\n <li><a href='%PUBLIC_URL%#experience-container'>Work Experience</a></li>\n <li><a>Personal Projects</a></li>\n <li><a>References</a></li>\n <li><a>Writing</a></li>\n <li><a>About Trevor</a></li>\n </ul>\n </div>\n )\n }\n}\n\nexport default Sidebar;","/home/trevor/personal/codebase/trevdotcom/src/components/experience/experienceContainer.js",["42","43","44","45","46"],"import React from 'react';\nimport berxi from '../../images/logos/berxi.png'\nimport wayfair from '../../images/logos/wayfair2.png'\nimport hhp from '../../images/logos/northeastern.png'\nimport neu from '../../images/logos/neu.png'\nimport fbc from '../../images/logos/fbc.png'\nimport { VerticalTimeline, VerticalTimelineElement } from 'react-vertical-timeline-component';\nimport 'react-vertical-timeline-component/style.min.css';\nimport './experienceContainer.css'\nimport '../../common.css'\n/*\n A section which contains a set of experience items.\n*/\nclass ExperienceContainer extends React.Component {\n\n render() {\n var contentStyle = { background: '#fff', color: '#092340', textAlign:'left', fontFamily: 'Lato' }\n return (\n <div className=\"experience-container\" id=\"experience-container\">\n <h className=\"section-header\">Work Experience</h>\n <VerticalTimeline layout=\"1-column-left\">\n <VerticalTimelineElement\n className=\"vertical-timeline-element\"\n contentStyle={contentStyle}\n contentArrowStyle={{ borderRight: '12px solid #035d8d' }}\n date=\"July 2020 - December 2020\"\n iconStyle={{ background: 'rgb(255, 255, 255)', color: '#fff' }}\n icon={<img src={berxi} />}>\n <h3 className=\"vertical-timeline-element-title\">Software Engineering Co-Op @ Berxi</h3>\n <h4 className=\"vertical-timeline-element-subtitle\">Boston, MA</h4>\n <p>\n Designed, built, and deployed a highly generic event driven email platform<br />\n Created new deployment standards leveraging Github Actions in place of CircleCI<br />\n Drove exploratory research into new technologies and libraries for use on an upcoming project\n </p>\n </VerticalTimelineElement>\n <VerticalTimelineElement\n className=\"vertical-timeline-element\"\n contentStyle={contentStyle}\n contentArrowStyle={{ borderRight: '12px solid #035d8d' }}\n date=\"July 2019 - December 2019\"\n iconStyle={{ background: 'rgb(255, 255, 255)', color: '#fff' }}\n icon={<img src={wayfair} />}>\n <h3 className=\"vertical-timeline-element-title\">Software Engineering Co-Op @ Wayfair</h3>\n <h4 className=\"vertical-timeline-element-subtitle\">Boston, MA</h4>\n <p>\n Built a REST API for Google Adwords, as well as an API gateway for ad vendors including Facebook, AppNexus, and Pinterest<br />\n Identified and resolved silent message droppage issues in a massive scale data streaming pipeline <br />\n Implemented filters resulting in an 80% reduction in redundant messages during Cyber 5 <br />\n </p>\n </VerticalTimelineElement>\n <VerticalTimelineElement\n className=\"vertical-timeline-element\"\n contentStyle={contentStyle}\n contentArrowStyle={{ borderRight: '12px solid #035d8d' }}\n date=\"September 2018 - Present\"\n iconStyle={{ background: 'rgb(255, 255, 255)', color: '#fff' }}\n icon={<img src={hhp} />}>\n <h3 className=\"vertical-timeline-element-title\">Video Production Assistant @ Howlin' Huskies Productions</h3>\n <h4 className=\"vertical-timeline-element-subtitle\">Boston, MA</h4>\n <p>\n Operated camera equipment for athletics broadcasts on NESN<br />\n Built creative graphics assets during games to present meaningful information to viewers<br />\n Learned to perform in a high-stakes, fast-moving, team-oriented environment\n </p>\n </VerticalTimelineElement>\n <VerticalTimelineElement\n className=\"vertical-timeline-element\"\n contentStyle={contentStyle}\n contentArrowStyle={{ borderRight: '12px solid #035d8d' }}\n date=\"June 2016 - Present\"\n iconStyle={{ background: 'rgb(255, 255, 255)', color: '#fff' }}\n icon={<img src={fbc} />}>\n <h3 className=\"vertical-timeline-element-title\">Dockmaster @ Freedom Boat Club</h3>\n <h4 className=\"vertical-timeline-element-subtitle\">Boston, MA</h4>\n <p>\n Managed a fleet of 20 vessels and 10 employees<br />\n Performed overseeing duties including inventory management, scheduling, conflict resolution, and emergency response<br />\n Provided an exceptional experience to private club members\n </p>\n </VerticalTimelineElement>\n </VerticalTimeline>\n </div>\n )\n }\n}\n\n\nexport default ExperienceContainer;","/home/trevor/personal/codebase/trevdotcom/src/components/underConstruction.js",[],{"ruleId":"47","severity":1,"message":"48","line":12,"column":21,"nodeType":"49","endLine":12,"endColumn":75},{"ruleId":"47","severity":1,"message":"48","line":15,"column":21,"nodeType":"49","endLine":15,"endColumn":64},{"ruleId":"50","replacedBy":"51"},{"ruleId":"52","replacedBy":"53"},{"ruleId":"54","severity":1,"message":"55","line":13,"column":25,"nodeType":"49","endLine":13,"endColumn":28},{"ruleId":"54","severity":1,"message":"55","line":14,"column":25,"nodeType":"49","endLine":14,"endColumn":28},{"ruleId":"54","severity":1,"message":"55","line":15,"column":25,"nodeType":"49","endLine":15,"endColumn":28},{"ruleId":"54","severity":1,"message":"55","line":16,"column":25,"nodeType":"49","endLine":16,"endColumn":28},{"ruleId":"56","severity":1,"message":"57","line":5,"column":8,"nodeType":"58","messageId":"59","endLine":5,"endColumn":11},{"ruleId":"47","severity":1,"message":"48","line":28,"column":31,"nodeType":"49","endLine":28,"endColumn":50},{"ruleId":"47","severity":1,"message":"48","line":43,"column":31,"nodeType":"49","endLine":43,"endColumn":52},{"ruleId":"47","severity":1,"message":"48","line":58,"column":31,"nodeType":"49","endLine":58,"endColumn":48},{"ruleId":"47","severity":1,"message":"48","line":73,"column":31,"nodeType":"49","endLine":73,"endColumn":48},"jsx-a11y/alt-text","img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.","JSXOpeningElement","no-native-reassign",["60"],"no-negated-in-lhs",["61"],"jsx-a11y/anchor-is-valid","The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an 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","no-unused-vars","'neu' is defined but never used.","Identifier","unusedVar","no-global-assign","no-unsafe-negation"]