-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 6.77 KB
/
.eslintcache
1
[{"C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\reportWebVitals.js":"1","C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\App.js":"2","C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\index.js":"3","C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\reducers\\index.js":"4","C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\reducers\\isLogged.js":"5","C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\actions\\index.js":"6","C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\reducers\\tasks.js":"7","C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\Home.js":"8","C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\components\\SingleTask.js":"9","C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\Login.js":"10","C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\ProtectedRoute.js":"11","C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\components\\CreateTask.js":"12","C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\components\\EditTask.js":"13"},{"size":362,"mtime":1606205680409,"results":"14","hashOfConfig":"15"},{"size":1174,"mtime":1606773078617,"results":"16","hashOfConfig":"17"},{"size":463,"mtime":1606284123772,"results":"18","hashOfConfig":"15"},{"size":251,"mtime":1606269004286,"results":"19","hashOfConfig":"17"},{"size":404,"mtime":1606678370187,"results":"20","hashOfConfig":"15"},{"size":873,"mtime":1606726283765,"results":"21","hashOfConfig":"15"},{"size":1178,"mtime":1617190997530,"results":"22","hashOfConfig":"17"},{"size":2077,"mtime":1617191716654,"results":"23","hashOfConfig":"17"},{"size":1635,"mtime":1617191921367,"results":"24","hashOfConfig":"17"},{"size":2604,"mtime":1606772873993,"results":"25","hashOfConfig":"15"},{"size":621,"mtime":1606676850957,"results":"26","hashOfConfig":"15"},{"size":3614,"mtime":1617191104371,"results":"27","hashOfConfig":"17"},{"size":4094,"mtime":1617191933145,"results":"28","hashOfConfig":"17"},{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"gsu95s",{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1sg2snn",{"filePath":"33","messages":"34","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"38","messages":"39","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"40","messages":"41","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"42","messages":"43","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"44","messages":"45","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"46","messages":"47","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"48","messages":"49","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"50"},{"filePath":"51","messages":"52","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":2,"source":"53","usedDeprecatedRules":"35"},{"filePath":"54","messages":"55","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"56","messages":"57","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\reportWebVitals.js",[],"C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\App.js",[],"C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\index.js",[],["58","59"],"C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\reducers\\index.js",[],"C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\reducers\\isLogged.js",[],"C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\actions\\index.js",[],"C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\reducers\\tasks.js",[],"C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\Home.js",[],"C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\components\\SingleTask.js",["60"],"C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\Login.js",[],["61","62"],"C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\ProtectedRoute.js",["63","64"],"import React from 'react';\r\nimport { Route, Redirect } from 'react-router-dom';\r\n\r\nfunction Protectedroute({\r\n component: Component,\r\n isAuthenticated: isAuthenticated,\r\n logout: logout,\r\n ...rest\r\n}) {\r\n return (\r\n <Route\r\n {...rest}\r\n render={(props) => {\r\n if (isAuthenticated) {\r\n return <Component logout={logout} />;\r\n } else {\r\n return <Redirect to={{ pathname: \"/login\", state: { from: props.location } }} />\r\n }\r\n }}\r\n />\r\n )\r\n}\r\n\r\nexport default Protectedroute;\r\n","C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\components\\CreateTask.js",["65","66"],"C:\\Users\\jason\\Documents\\Calibr8\\to-do-list-v2\\src\\components\\EditTask.js",[],{"ruleId":"67","replacedBy":"68"},{"ruleId":"69","replacedBy":"70"},{"ruleId":"71","severity":1,"message":"72","line":20,"column":8,"nodeType":"73","endLine":20,"endColumn":16,"suggestions":"74"},{"ruleId":"67","replacedBy":"75"},{"ruleId":"69","replacedBy":"76"},{"ruleId":"77","severity":1,"message":"78","line":6,"column":5,"nodeType":"79","messageId":"80","endLine":6,"endColumn":37,"fix":"81"},{"ruleId":"77","severity":1,"message":"82","line":7,"column":5,"nodeType":"79","messageId":"80","endLine":7,"endColumn":19,"fix":"83"},{"ruleId":"84","severity":1,"message":"85","line":1,"column":27,"nodeType":"86","messageId":"87","endLine":1,"endColumn":36},{"ruleId":"84","severity":1,"message":"88","line":3,"column":8,"nodeType":"86","messageId":"87","endLine":3,"endColumn":18},"no-native-reassign",["89"],"no-negated-in-lhs",["90"],"react-hooks/exhaustive-deps","React Hook useEffect has a missing dependency: 'task'. Either include it or remove the dependency array.","ArrayExpression",["91"],["89"],["90"],"no-useless-rename","Destructuring assignment isAuthenticated unnecessarily renamed.","Property","unnecessarilyRenamed",{"range":"92","text":"93"},"Destructuring assignment logout unnecessarily renamed.",{"range":"94","text":"95"},"no-unused-vars","'useEffect' is defined but never used.","Identifier","unusedVar","'DatePicker' is defined but never used.","no-global-assign","no-unsafe-negation",{"desc":"96","fix":"97"},[141,173],"isAuthenticated",[180,194],"logout","Update the dependencies array to be: [strike, task]",{"range":"98","text":"99"},[561,569],"[strike, task]"]