-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 5.52 KB
/
.eslintcache
1
[{"/Users/cisel/Desktop/Projects/connect_4/src/index.js":"1","/Users/cisel/Desktop/Projects/connect_4/src/App.js":"2","/Users/cisel/Desktop/Projects/connect_4/src/Game.js":"3","/Users/cisel/Desktop/Projects/connect_4/src/Modal.js":"4","/Users/cisel/Desktop/Projects/connect_4/src/Board.js":"5","/Users/cisel/Desktop/Projects/connect_4/src/Rules.js":"6","/Users/cisel/Desktop/Projects/connect_4/src/ScoreBoard.js":"7","/Users/cisel/Desktop/Projects/connect_4/src/Results.js":"8","/Users/cisel/Desktop/Projects/connect_4/src/Checkbox.js":"9","/Users/cisel/Desktop/Projects/connect_4/src/Cell.js":"10"},{"size":219,"mtime":1611759167351,"results":"11","hashOfConfig":"12"},{"size":187,"mtime":1611691886353,"results":"13","hashOfConfig":"12"},{"size":3941,"mtime":1611758396210,"results":"14","hashOfConfig":"12"},{"size":495,"mtime":1611758450758,"results":"15","hashOfConfig":"12"},{"size":6423,"mtime":1611758538611,"results":"16","hashOfConfig":"12"},{"size":907,"mtime":1611758489072,"results":"17","hashOfConfig":"12"},{"size":333,"mtime":1611758570111,"results":"18","hashOfConfig":"12"},{"size":739,"mtime":1611704571178,"results":"19","hashOfConfig":"12"},{"size":498,"mtime":1611754503322,"results":"20","hashOfConfig":"12"},{"size":506,"mtime":1611704628692,"results":"21","hashOfConfig":"12"},{"filePath":"22","messages":"23","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"tpygfw",{"filePath":"24","messages":"25","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"26","messages":"27","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"28","messages":"29","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"30","messages":"31","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"32","messages":"33","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"34","messages":"35","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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},"/Users/cisel/Desktop/Projects/connect_4/src/index.js",[],"/Users/cisel/Desktop/Projects/connect_4/src/App.js",[],"/Users/cisel/Desktop/Projects/connect_4/src/Game.js",["42","43","44"],"/Users/cisel/Desktop/Projects/connect_4/src/Modal.js",[],"/Users/cisel/Desktop/Projects/connect_4/src/Board.js",["45","46","47"],"/Users/cisel/Desktop/Projects/connect_4/src/Rules.js",[],"/Users/cisel/Desktop/Projects/connect_4/src/ScoreBoard.js",[],"/Users/cisel/Desktop/Projects/connect_4/src/Results.js",[],"/Users/cisel/Desktop/Projects/connect_4/src/Checkbox.js",[],"/Users/cisel/Desktop/Projects/connect_4/src/Cell.js",[],{"ruleId":"48","severity":1,"message":"49","line":42,"column":26,"nodeType":"50","messageId":"51","endLine":42,"endColumn":41},{"ruleId":"52","severity":1,"message":"53","line":55,"column":8,"nodeType":"54","endLine":55,"endColumn":20,"suggestions":"55"},{"ruleId":"52","severity":1,"message":"56","line":67,"column":8,"nodeType":"54","endLine":67,"endColumn":14,"suggestions":"57"},{"ruleId":"52","severity":1,"message":"58","line":24,"column":8,"nodeType":"54","endLine":24,"endColumn":24,"suggestions":"59"},{"ruleId":"52","severity":1,"message":"60","line":28,"column":8,"nodeType":"54","endLine":28,"endColumn":20,"suggestions":"61"},{"ruleId":"48","severity":1,"message":"62","line":36,"column":15,"nodeType":"50","messageId":"51","endLine":36,"endColumn":18},"no-unused-vars","'setStartingSide' is assigned a value but never used.","Identifier","unusedVar","react-hooks/exhaustive-deps","React Hook useEffect has missing dependencies: 'scoreState', 'startingSide', 'turn', and 'winnerState'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setWinner' needs the current value of 'turn'.","ArrayExpression",["63"],"React Hook useEffect has missing dependencies: 'checkboxState' and 'lastTurn'. Either include them or remove the dependency array. You can also do a functional update 'setLastTurn(l => ...)' if you only need 'lastTurn' in the 'setLastTurn' call.",["64"],"React Hook useEffect has missing dependencies: 'isBoardFull' and 'setIsFull'. Either include them or remove the dependency array.",["65"],"React Hook useEffect has missing dependencies: 'searchAllPossiblePlaces' and 'setPossibleStates'. Either include them or remove the dependency array.",["66"],"'col' is assigned a value but never used.",{"desc":"67","fix":"68"},{"desc":"69","fix":"70"},{"desc":"71","fix":"72"},{"desc":"73","fix":"74"},"Update the dependencies array to be: [boardState, scoreState, startingSide, turn, winnerState]",{"range":"75","text":"76"},"Update the dependencies array to be: [checkboxState, lastTurn, turn]",{"range":"77","text":"78"},"Update the dependencies array to be: [isBoardFull, possibleStates, setIsFull]",{"range":"79","text":"80"},"Update the dependencies array to be: [boardState, searchAllPossiblePlaces, setPossibleStates]",{"range":"81","text":"82"},[1746,1758],"[boardState, scoreState, startingSide, turn, winnerState]",[1986,1992],"[checkboxState, lastTurn, turn]",[479,495],"[isBoardFull, possibleStates, setIsFull]",[592,604],"[boardState, searchAllPossiblePlaces, setPossibleStates]"]