-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 2.86 KB
/
.eslintcache
1
[{"C:\\Users\\DHRUVIN\\OneDrive\\Desktop\\Resume PRojects\\To-Do-List\\React-todo-list\\src\\App.js":"1","C:\\Users\\DHRUVIN\\OneDrive\\Desktop\\Resume PRojects\\To-Do-List\\React-todo-list\\src\\components\\TodoList.js":"2","C:\\Users\\DHRUVIN\\OneDrive\\Desktop\\Resume PRojects\\To-Do-List\\React-todo-list\\src\\modals\\EditTask.js":"3","C:\\Users\\DHRUVIN\\OneDrive\\Desktop\\Resume PRojects\\To-Do-List\\React-todo-list\\src\\index.js":"4","C:\\Users\\DHRUVIN\\OneDrive\\Desktop\\Resume PRojects\\To-Do-List\\React-todo-list\\src\\modals\\CreateTask.js":"5"},{"size":317,"mtime":1690367049666,"results":"6","hashOfConfig":"7"},{"size":1865,"mtime":1690367049669,"results":"8","hashOfConfig":"7"},{"size":1900,"mtime":1690367049677,"results":"9","hashOfConfig":"7"},{"size":517,"mtime":1690367049672,"results":"10","hashOfConfig":"7"},{"size":1753,"mtime":1690367049677,"results":"11","hashOfConfig":"7"},{"filePath":"12","messages":"13","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"11hqf4u",{"filePath":"14","messages":"15","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"16","messages":"17","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"18","messages":"19","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"20","messages":"21","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\DHRUVIN\\OneDrive\\Desktop\\Resume PRojects\\To-Do-List\\React-todo-list\\src\\App.js",["22"],"C:\\Users\\DHRUVIN\\OneDrive\\Desktop\\Resume PRojects\\To-Do-List\\React-todo-list\\src\\components\\TodoList.js",[],"C:\\Users\\DHRUVIN\\OneDrive\\Desktop\\Resume PRojects\\To-Do-List\\React-todo-list\\src\\modals\\EditTask.js",["23"],"C:\\Users\\DHRUVIN\\OneDrive\\Desktop\\Resume PRojects\\To-Do-List\\React-todo-list\\src\\index.js",[],"C:\\Users\\DHRUVIN\\OneDrive\\Desktop\\Resume PRojects\\To-Do-List\\React-todo-list\\src\\modals\\CreateTask.js",[],{"ruleId":"24","severity":1,"message":"25","line":1,"column":8,"nodeType":"26","messageId":"27","endLine":1,"endColumn":12},{"ruleId":"28","severity":1,"message":"29","line":24,"column":7,"nodeType":"30","endLine":24,"endColumn":9,"suggestions":"31"},"no-unused-vars","'logo' is defined but never used.","Identifier","unusedVar","react-hooks/exhaustive-deps","React Hook useEffect has missing dependencies: 'taskObj.Description' and 'taskObj.Name'. Either include them or remove the dependency array. If 'setTaskName' needs the current value of 'taskObj.Name', you can also switch to useReducer instead of useState and read 'taskObj.Name' in the reducer.","ArrayExpression",["32"],{"desc":"33","fix":"34"},"Update the dependencies array to be: [taskObj.Description, taskObj.Name]",{"range":"35","text":"36"},[651,653],"[taskObj.Description, taskObj.Name]"]