-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 3.58 KB
/
.eslintcache
1
[{"C:\\React\\tic-tac-toe\\src\\index.js":"1","C:\\React\\tic-tac-toe\\src\\App.js":"2","C:\\React\\tic-tac-toe\\src\\reportWebVitals.js":"3","C:\\React\\tic-tac-toe\\src\\engine\\game_over.js":"4","C:\\React\\tic-tac-toe\\src\\engine\\check_win.js":"5","C:\\React\\tic-tac-toe\\src\\engine\\best_move.js":"6","C:\\React\\tic-tac-toe\\src\\engine\\minimax.js":"7","C:\\React\\tic-tac-toe\\src\\components\\game.js":"8","C:\\React\\tic-tac-toe\\src\\components\\leaderboard.js":"9"},{"size":620,"mtime":1607420079723,"results":"10","hashOfConfig":"11"},{"size":1565,"mtime":1608640430889,"results":"12","hashOfConfig":"11"},{"size":362,"mtime":499162500000,"results":"13","hashOfConfig":"11"},{"size":162,"mtime":1606814056866,"results":"14","hashOfConfig":"11"},{"size":922,"mtime":1606813258786,"results":"15","hashOfConfig":"11"},{"size":478,"mtime":1606813333989,"results":"16","hashOfConfig":"11"},{"size":1109,"mtime":1606813842175,"results":"17","hashOfConfig":"11"},{"size":4839,"mtime":1608641010145,"results":"18","hashOfConfig":"11"},{"size":1139,"mtime":1608643457367,"results":"19","hashOfConfig":"11"},{"filePath":"20","messages":"21","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},"18hxq1u",{"filePath":"23","messages":"24","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"25","messages":"26","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"27","messages":"28","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"33","messages":"34","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},{"filePath":"35","messages":"36","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"37","messages":"38","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"C:\\React\\tic-tac-toe\\src\\index.js",[],["39","40"],"C:\\React\\tic-tac-toe\\src\\App.js",["41"],"C:\\React\\tic-tac-toe\\src\\reportWebVitals.js",[],"C:\\React\\tic-tac-toe\\src\\engine\\game_over.js",[],"C:\\React\\tic-tac-toe\\src\\engine\\check_win.js",[],"C:\\React\\tic-tac-toe\\src\\engine\\best_move.js",[],"C:\\React\\tic-tac-toe\\src\\engine\\minimax.js",[],"C:\\React\\tic-tac-toe\\src\\components\\game.js",[],"C:\\React\\tic-tac-toe\\src\\components\\leaderboard.js",["42"],{"ruleId":"43","replacedBy":"44"},{"ruleId":"45","replacedBy":"46"},{"ruleId":"47","severity":1,"message":"48","line":14,"column":6,"nodeType":"49","endLine":14,"endColumn":8,"suggestions":"50"},{"ruleId":"51","severity":1,"message":"52","line":2,"column":19,"nodeType":"53","messageId":"54","endLine":2,"endColumn":28},"no-native-reassign",["55"],"no-negated-in-lhs",["56"],"react-hooks/exhaustive-deps","React Hook useEffect has missing dependencies: 'colorMode' and 'toggleColorMode'. Either include them or remove the dependency array.","ArrayExpression",["57"],"no-unused-vars","'useEffect' is defined but never used.","Identifier","unusedVar","no-global-assign","no-unsafe-negation",{"desc":"58","fix":"59"},"Update the dependencies array to be: [colorMode, toggleColorMode]",{"range":"60","text":"61"},[513,515],"[colorMode, toggleColorMode]"]