+[{"/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/index.js":"1","/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/reportWebVitals.js":"2","/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/App.js":"3","/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/reducers/index.js":"4","/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/components/GifList.js":"5","/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/components/SearchForm.js":"6","/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/components/GifCard.js":"7","/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/actions/index.js":"8"},{"size":490,"mtime":1611272881235,"results":"9","hashOfConfig":"10"},{"size":362,"mtime":1611268125755,"results":"11","hashOfConfig":"10"},{"size":808,"mtime":1611350741193,"results":"12","hashOfConfig":"10"},{"size":1131,"mtime":1611272892784,"results":"13","hashOfConfig":"10"},{"size":276,"mtime":1611271841525,"results":"14","hashOfConfig":"10"},{"size":1192,"mtime":1611349721568,"results":"15","hashOfConfig":"10"},{"size":348,"mtime":1611273376596,"results":"16","hashOfConfig":"10"},{"size":617,"mtime":1611350333569,"results":"17","hashOfConfig":"10"},{"filePath":"18","messages":"19","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"20"},"hkj6ph",{"filePath":"21","messages":"22","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"23","messages":"24","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"25","messages":"26","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"20"},{"filePath":"27","messages":"28","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"20"},{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"20"},{"filePath":"31","messages":"32","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"33","usedDeprecatedRules":"20"},{"filePath":"34","messages":"35","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/index.js",[],["36","37"],"/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/reportWebVitals.js",[],"/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/App.js",["38"],"/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/reducers/index.js",[],"/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/components/GifList.js",[],"/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/components/SearchForm.js",[],"/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/components/GifCard.js",["39"],"import React from 'react';\n\nconst GifCard = (props) => {\n const { gif } = props;\n \n return(<div id={gif.id} className=\"gif\">\n <img src={gif.images.original.url}/>\n <a href={gif.bitly_url}><h2>{gif.title}</h2></a>\n <h3>Uploaded by {gif.username ? gif.username : \"anyonmous\"}</h3>\n </div>);\n}\n\nexport default GifCard;","/Users/lambdaschool/Desktop/lambdaSchool/update/unit3/sprint2/3_asyncRedux/module-project/web-module-project-async-redux/app/src/actions/index.js",[],{"ruleId":"40","replacedBy":"41"},{"ruleId":"42","replacedBy":"43"},{"ruleId":"44","severity":1,"message":"45","line":18,"column":6,"nodeType":"46","endLine":18,"endColumn":8,"suggestions":"47"},{"ruleId":"48","severity":1,"message":"49","line":7,"column":9,"nodeType":"50","endLine":7,"endColumn":45},"no-native-reassign",["51"],"no-negated-in-lhs",["52"],"react-hooks/exhaustive-deps","React Hook useEffect has a missing dependency: 'searchGifs'. Either include it or remove the dependency array.","ArrayExpression",["53"],"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",{"desc":"54","fix":"55"},"Update the dependencies array to be: [searchGifs]",{"range":"56","text":"57"},[392,394],"[searchGifs]"]
0 commit comments