-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 2.68 KB
/
.eslintcache
1
[{"G:\\catapi\\src\\index.js":"1","G:\\catapi\\src\\App.js":"2","G:\\catapi\\src\\reportWebVitals.js":"3","G:\\catapi\\src\\FetchRandomDog.js":"4","G:\\catapi\\src\\FetchBreeds.js":"5"},{"size":303,"mtime":1610835004104,"results":"6","hashOfConfig":"7"},{"size":4024,"mtime":1611529580958,"results":"8","hashOfConfig":"7"},{"size":362,"mtime":499162500000,"results":"9","hashOfConfig":"7"},{"size":287,"mtime":1611528593014,"results":"10","hashOfConfig":"7"},{"size":1085,"mtime":1611527837117,"results":"11","hashOfConfig":"7"},{"filePath":"12","messages":"13","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"14"},"ccqgn3",{"filePath":"15","messages":"16","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"17","messages":"18","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"14"},{"filePath":"19","messages":"20","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"14"},{"filePath":"21","messages":"22","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"G:\\catapi\\src\\index.js",[],["23","24"],"G:\\catapi\\src\\App.js",["25"],"G:\\catapi\\src\\reportWebVitals.js",[],"G:\\catapi\\src\\FetchRandomDog.js",[],"G:\\catapi\\src\\FetchBreeds.js",["26","27"],{"ruleId":"28","replacedBy":"29"},{"ruleId":"30","replacedBy":"31"},{"ruleId":"32","severity":1,"message":"33","line":17,"column":8,"nodeType":"34","endLine":17,"endColumn":15,"suggestions":"35"},{"ruleId":"32","severity":1,"message":"36","line":9,"column":8,"nodeType":"34","endLine":9,"endColumn":15,"suggestions":"37"},{"ruleId":"38","severity":1,"message":"39","line":26,"column":13,"nodeType":"40","endLine":26,"endColumn":50},"no-native-reassign",["41"],"no-negated-in-lhs",["42"],"react-hooks/exhaustive-deps","React Hook useEffect has a missing dependency: 'getBreed'. Either include it or remove the dependency array.","ArrayExpression",["43"],"React Hook useEffect has a missing dependency: 'getImage'. Either include it or remove the dependency array.",["44"],"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","no-global-assign","no-unsafe-negation",{"desc":"45","fix":"46"},{"desc":"47","fix":"48"},"Update the dependencies array to be: [getBreed, query]",{"range":"49","text":"50"},"Update the dependencies array to be: [breed, getImage]",{"range":"51","text":"52"},[519,526],"[getBreed, query]",[235,242],"[breed, getImage]"]