-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 5.2 KB
/
.eslintcache
1
[{"/home/nirmal/projects/uni/redux/src/TodoApp.js":"1","/home/nirmal/projects/uni/redux/src/components/TodoList.js":"2","/home/nirmal/projects/uni/redux/src/components/Todo.js":"3","/home/nirmal/projects/uni/redux/src/constants.js":"4","/home/nirmal/projects/uni/redux/src/components/VisibilityFilters.js":"5","/home/nirmal/projects/uni/redux/src/redux/actions/actions.js":"6","/home/nirmal/projects/uni/redux/src/components/AddTodo.js":"7","/home/nirmal/projects/uni/redux/src/redux/reducers/todoMap.js":"8","/home/nirmal/projects/uni/redux/src/redux/reducers/todoList.js":"9","/home/nirmal/projects/uni/redux/src/redux/reducers/visibilityFilter.js":"10","/home/nirmal/projects/uni/redux/src/index.js":"11","/home/nirmal/projects/uni/redux/src/redux/store.js":"12","/home/nirmal/projects/uni/redux/src/redux/actions/actionTypes.js":"13","/home/nirmal/projects/uni/redux/src/redux/actions/selectors.js":"14","/home/nirmal/projects/uni/redux/src/redux/reducers/index.js":"15"},{"size":391,"mtime":1609312735090,"results":"16","hashOfConfig":"17"},{"size":866,"mtime":1609312935690,"results":"18","hashOfConfig":"17"},{"size":542,"mtime":1609312916070,"results":"19","hashOfConfig":"17"},{"size":107,"mtime":1609312874471,"results":"20","hashOfConfig":"17"},{"size":995,"mtime":1609312875440,"results":"21","hashOfConfig":"17"},{"size":373,"mtime":1609312178270,"results":"22","hashOfConfig":"17"},{"size":643,"mtime":1609312909070,"results":"23","hashOfConfig":"17"},{"size":637,"mtime":1609313073040,"results":"24","hashOfConfig":"17"},{"size":314,"mtime":1609313058000,"results":"25","hashOfConfig":"17"},{"size":387,"mtime":1609313150562,"results":"26","hashOfConfig":"17"},{"size":662,"mtime":1609312754240,"results":"27","hashOfConfig":"17"},{"size":117,"mtime":1609312363580,"results":"28","hashOfConfig":"17"},{"size":118,"mtime":1609312247350,"results":"29","hashOfConfig":"17"},{"size":344,"mtime":1609312333060,"results":"30","hashOfConfig":"17"},{"size":224,"mtime":1609323202820,"results":"31","hashOfConfig":"17"},{"filePath":"32","messages":"33","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"34"},"t2f74c",{"filePath":"35","messages":"36","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"34"},{"filePath":"37","messages":"38","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"34"},{"filePath":"39","messages":"40","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"41"},{"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":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"34"},{"filePath":"48","messages":"49","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"50","messages":"51","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"41"},{"filePath":"52","messages":"53","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"54","messages":"55","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"56","messages":"57","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"58","messages":"59","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"60","messages":"61","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"62","messages":"63","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"/home/nirmal/projects/uni/redux/src/TodoApp.js",[],["64","65"],"/home/nirmal/projects/uni/redux/src/components/TodoList.js",[],"/home/nirmal/projects/uni/redux/src/components/Todo.js",[],"/home/nirmal/projects/uni/redux/src/constants.js",[],["66","67"],"/home/nirmal/projects/uni/redux/src/components/VisibilityFilters.js",[],"/home/nirmal/projects/uni/redux/src/redux/actions/actions.js",[],"/home/nirmal/projects/uni/redux/src/components/AddTodo.js",[],"/home/nirmal/projects/uni/redux/src/redux/reducers/todoMap.js",[],"/home/nirmal/projects/uni/redux/src/redux/reducers/todoList.js",[],"/home/nirmal/projects/uni/redux/src/redux/reducers/visibilityFilter.js",[],"/home/nirmal/projects/uni/redux/src/index.js",[],"/home/nirmal/projects/uni/redux/src/redux/store.js",[],"/home/nirmal/projects/uni/redux/src/redux/actions/actionTypes.js",[],"/home/nirmal/projects/uni/redux/src/redux/actions/selectors.js",[],"/home/nirmal/projects/uni/redux/src/redux/reducers/index.js",["68"],{"ruleId":"69","replacedBy":"70"},{"ruleId":"71","replacedBy":"72"},{"ruleId":"69","replacedBy":"73"},{"ruleId":"71","replacedBy":"74"},{"ruleId":"75","severity":1,"message":"76","line":2,"column":8,"nodeType":"77","messageId":"78","endLine":2,"endColumn":16},"no-native-reassign",["79"],"no-negated-in-lhs",["80"],["79"],["80"],"no-unused-vars","'todoList' is defined but never used.","Identifier","unusedVar","no-global-assign","no-unsafe-negation"]