-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 4.2 KB
/
.eslintcache
1
[{"D:\\Kapture\\Assignment\\TodoApp\\src\\index.js":"1","D:\\Kapture\\Assignment\\TodoApp\\src\\store.js":"2","D:\\Kapture\\Assignment\\TodoApp\\src\\App.js":"3","D:\\Kapture\\Assignment\\TodoApp\\src\\components\\TodoList\\TodoList.js":"4","D:\\Kapture\\Assignment\\TodoApp\\src\\components\\AddTodo\\AddTodo.js":"5","D:\\Kapture\\Assignment\\TodoApp\\src\\reducers\\index.js":"6","D:\\Kapture\\Assignment\\TodoApp\\src\\components\\TodoItem\\TodoItem.js":"7","D:\\Kapture\\Assignment\\TodoApp\\src\\reducers\\todos.js":"8","D:\\Kapture\\Assignment\\TodoApp\\src\\actions\\index.js":"9","D:\\Kapture\\Assignment\\TodoApp\\src\\actions\\types.js":"10"},{"size":500,"mtime":1611855066000,"results":"11","hashOfConfig":"12"},{"size":510,"mtime":1611855066000,"results":"13","hashOfConfig":"12"},{"size":382,"mtime":1638345600934,"results":"14","hashOfConfig":"12"},{"size":411,"mtime":1638339730855,"results":"15","hashOfConfig":"12"},{"size":911,"mtime":1638347009226,"results":"16","hashOfConfig":"12"},{"size":150,"mtime":1611855066000,"results":"17","hashOfConfig":"12"},{"size":1359,"mtime":1638694221793,"results":"18","hashOfConfig":"12"},{"size":633,"mtime":1611855066000,"results":"19","hashOfConfig":"12"},{"size":297,"mtime":1611855066000,"results":"20","hashOfConfig":"12"},{"size":120,"mtime":1611855066000,"results":"21","hashOfConfig":"12"},{"filePath":"22","messages":"23","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},"p2pxbh",{"filePath":"25","messages":"26","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"27","messages":"28","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"29","usedDeprecatedRules":"24"},{"filePath":"30","messages":"31","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"32","messages":"33","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"34","messages":"35","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"38","messages":"39","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"40","messages":"41","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"24"},{"filePath":"42","messages":"43","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"44"},"D:\\Kapture\\Assignment\\TodoApp\\src\\index.js",[],["45","46"],"D:\\Kapture\\Assignment\\TodoApp\\src\\store.js",[],"D:\\Kapture\\Assignment\\TodoApp\\src\\App.js",["47"],"import AddTodo from \"./components/AddTodo/AddTodo\";\nimport TodoList from \"./components/TodoList/TodoList\";\nimport { useSelector } from \"react-redux\";\nfunction App() {\n const taskobj = useSelector((state) => state.todos.data);\n return (\n <div className='App'>\n <h1 className=\"title\">TODO App</h1>\n <AddTodo />\n <TodoList />\n </div>\n );\n}\n\nexport default App;\n","D:\\Kapture\\Assignment\\TodoApp\\src\\components\\TodoList\\TodoList.js",[],"D:\\Kapture\\Assignment\\TodoApp\\src\\components\\AddTodo\\AddTodo.js",[],"D:\\Kapture\\Assignment\\TodoApp\\src\\reducers\\index.js",[],"D:\\Kapture\\Assignment\\TodoApp\\src\\components\\TodoItem\\TodoItem.js",[],"D:\\Kapture\\Assignment\\TodoApp\\src\\reducers\\todos.js",[],"D:\\Kapture\\Assignment\\TodoApp\\src\\actions\\index.js",[],"D:\\Kapture\\Assignment\\TodoApp\\src\\actions\\types.js",[],["48","49"],{"ruleId":"50","replacedBy":"51"},{"ruleId":"52","replacedBy":"53"},{"ruleId":"54","severity":1,"message":"55","line":5,"column":9,"nodeType":"56","messageId":"57","endLine":5,"endColumn":16},{"ruleId":"50","replacedBy":"58"},{"ruleId":"52","replacedBy":"59"},"no-native-reassign",["60"],"no-negated-in-lhs",["61"],"no-unused-vars","'taskobj' is assigned a value but never used.","Identifier","unusedVar",["60"],["61"],"no-global-assign","no-unsafe-negation"]