-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 4.21 KB
/
.eslintcache
1
[{"/Users/oont/Desktop/hgreen.me/src/index.js":"1","/Users/oont/Desktop/hgreen.me/src/ControlWrap.js":"2","/Users/oont/Desktop/hgreen.me/src/Container.js":"3","/Users/oont/Desktop/hgreen.me/src/Footer.js":"4","/Users/oont/Desktop/hgreen.me/src/Strava.js":"5","/Users/oont/Desktop/hgreen.me/src/AboutMe.js":"6","/Users/oont/Desktop/hgreen.me/src/Nav.js":"7"},{"size":558,"mtime":1649297071644,"results":"8","hashOfConfig":"9"},{"size":1252,"mtime":1649297071640,"results":"10","hashOfConfig":"9"},{"size":212,"mtime":1649297071640,"results":"11","hashOfConfig":"9"},{"size":462,"mtime":1649297071640,"results":"12","hashOfConfig":"9"},{"size":823,"mtime":1649297071641,"results":"13","hashOfConfig":"9"},{"size":806,"mtime":1649744299533,"results":"14","hashOfConfig":"9"},{"size":795,"mtime":1649297071641,"results":"15","hashOfConfig":"9"},{"filePath":"16","messages":"17","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"18"},"12yb33a",{"filePath":"19","messages":"20","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"18"},{"filePath":"21","messages":"22","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"18"},{"filePath":"23","messages":"24","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"18"},{"filePath":"25","messages":"26","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"18"},{"filePath":"27","messages":"28","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"29","messages":"30","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":"31","usedDeprecatedRules":"18"},"/Users/oont/Desktop/hgreen.me/src/index.js",[],["32","33"],"/Users/oont/Desktop/hgreen.me/src/ControlWrap.js",[],"/Users/oont/Desktop/hgreen.me/src/Container.js",[],"/Users/oont/Desktop/hgreen.me/src/Footer.js",[],"/Users/oont/Desktop/hgreen.me/src/Strava.js",[],"/Users/oont/Desktop/hgreen.me/src/AboutMe.js",["34"],"/Users/oont/Desktop/hgreen.me/src/Nav.js",["35","36"],"import React from \"react\";\n\nconst Nav = (aboutMeClick, hobbiesClick) => {\n return (\n <nav className=\"navbar navbar-expand-lg navbar-dark\">\n <ul className=\"navbar-nav mr-auto\">\n <li className=\"nav-item\">\n <a className=\"nav-link\" onClick={aboutMeClick} href=\"#\">\n About Me\n </a>\n </li>\n <li className=\"nav-item\">\n <a\n className=\"nav-link\"\n href=\"https://www.github.com/supyosup\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n >\n GitHub\n </a>\n </li>\n <li className=\"nav-item\">\n <a className=\"nav-link\" onClick={hobbiesClick} href=\"#\">\n Hobbies\n </a>\n </li>\n </ul>\n </nav>\n );\n};\n\nexport default Nav;\n",{"ruleId":"37","replacedBy":"38"},{"ruleId":"39","replacedBy":"40"},{"ruleId":"41","severity":1,"message":"42","line":9,"column":9,"nodeType":"43","endLine":9,"endColumn":67},{"ruleId":"44","severity":1,"message":"45","line":8,"column":11,"nodeType":"43","endLine":8,"endColumn":67},{"ruleId":"44","severity":1,"message":"45","line":23,"column":11,"nodeType":"43","endLine":23,"endColumn":67},"no-native-reassign",["46"],"no-negated-in-lhs",["47"],"jsx-a11y/img-redundant-alt","Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop.","JSXOpeningElement","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/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md","no-global-assign","no-unsafe-negation"]