-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 5.18 KB
/
.eslintcache
1
[{"/Users/kostatarasenko/WebstormProjects/test/src/reportWebVitals.js":"1","/Users/kostatarasenko/WebstormProjects/test/src/App.js":"2","/Users/kostatarasenko/WebstormProjects/test/src/redux/actions/types/index.js":"3","/Users/kostatarasenko/WebstormProjects/test/src/redux/reducers/commentsReducer.js":"4","/Users/kostatarasenko/WebstormProjects/test/src/components/List/index.js":"5","/Users/kostatarasenko/WebstormProjects/test/src/index.js":"6","/Users/kostatarasenko/WebstormProjects/test/src/redux/api/index.js":"7","/Users/kostatarasenko/WebstormProjects/test/src/redux/sagas/commentsSaga.js":"8","/Users/kostatarasenko/WebstormProjects/test/src/components/CommentInput/index.js":"9","/Users/kostatarasenko/WebstormProjects/test/src/components/Comment/index.js":"10"},{"size":362,"mtime":1611220739967,"results":"11","hashOfConfig":"12"},{"size":313,"mtime":1611224269684,"results":"13","hashOfConfig":"12"},{"size":457,"mtime":1611224877484,"results":"14","hashOfConfig":"12"},{"size":805,"mtime":1611224962494,"results":"15","hashOfConfig":"12"},{"size":1681,"mtime":1611227493865,"results":"16","hashOfConfig":"12"},{"size":285,"mtime":1611224217969,"results":"17","hashOfConfig":"12"},{"size":358,"mtime":1611224662249,"results":"18","hashOfConfig":"12"},{"size":1163,"mtime":1611227334614,"results":"19","hashOfConfig":"12"},{"size":688,"mtime":1611226738382,"results":"20","hashOfConfig":"12"},{"size":591,"mtime":1611226821835,"results":"21","hashOfConfig":"12"},{"filePath":"22","messages":"23","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"j00gam",{"filePath":"24","messages":"25","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"28","messages":"29","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"30","messages":"31","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"32","messages":"33","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"34","messages":"35","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"36","messages":"37","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"38","messages":"39","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"40","messages":"41","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/kostatarasenko/WebstormProjects/test/src/reportWebVitals.js",[],"/Users/kostatarasenko/WebstormProjects/test/src/App.js",[],"/Users/kostatarasenko/WebstormProjects/test/src/redux/actions/types/index.js",[],"/Users/kostatarasenko/WebstormProjects/test/src/redux/reducers/commentsReducer.js",[],"/Users/kostatarasenko/WebstormProjects/test/src/components/List/index.js",["42","43"],"/Users/kostatarasenko/WebstormProjects/test/src/index.js",[],"/Users/kostatarasenko/WebstormProjects/test/src/redux/api/index.js",["44"],"/Users/kostatarasenko/WebstormProjects/test/src/redux/sagas/commentsSaga.js",["45"],"/Users/kostatarasenko/WebstormProjects/test/src/components/CommentInput/index.js",["46","47"],"/Users/kostatarasenko/WebstormProjects/test/src/components/Comment/index.js",[],{"ruleId":"48","severity":1,"message":"49","line":32,"column":9,"nodeType":"50","messageId":"51","endLine":46,"endColumn":10},{"ruleId":"52","severity":1,"message":"53","line":47,"column":8,"nodeType":"54","endLine":47,"endColumn":21,"suggestions":"55"},{"ruleId":null,"fatal":true,"severity":2,"message":"56","line":7,"column":7},{"ruleId":"57","severity":1,"message":"58","line":54,"column":1,"nodeType":"59","endLine":57,"endColumn":2},{"ruleId":"52","severity":1,"message":"60","line":6,"column":8,"nodeType":"54","endLine":6,"endColumn":10,"suggestions":"61"},{"ruleId":"52","severity":1,"message":"60","line":10,"column":8,"nodeType":"54","endLine":10,"endColumn":10,"suggestions":"62"},"default-case","Expected a default case.","SwitchStatement","missingDefaultCase","react-hooks/exhaustive-deps","React Hook useCallback has a missing dependency: 'dispatch'. Either include it or remove the dependency array.","ArrayExpression",["63"],"Parsing error: Identifier 'requestComments' has already been declared\n\n 5 | .catch((err) => err);\n 6 | \n> 7 | const requestComments = (payload) => axios.post('http://localhost:3000/v1/comments', )\n | ^\n 8 | .then((response) => response.data)\n 9 | .catch((err) => err);\n 10 |","import/no-anonymous-default-export","Assign array to a variable before exporting as module default","ExportDefaultDeclaration","React Hook useEffect has a missing dependency: 'onKeydown'. Either include it or remove the dependency array.",["64"],["65"],{"desc":"66","fix":"67"},{"desc":"68","fix":"69"},{"desc":"68","fix":"70"},"Update the dependencies array to be: [commentText, dispatch]",{"range":"71","text":"72"},"Update the dependencies array to be: [onKeydown]",{"range":"73","text":"74"},{"range":"75","text":"74"},[1381,1394],"[commentText, dispatch]",[207,209],"[onKeydown]",[315,317]]