-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.eslintcache
More file actions
1 lines (1 loc) · 3.04 KB
/
.eslintcache
File metadata and controls
1 lines (1 loc) · 3.04 KB
1
[{"C:\\Users\\rodri\\OneDrive\\Área de Trabalho\\pomodoro\\src\\index.js":"1","C:\\Users\\rodri\\OneDrive\\Área de Trabalho\\pomodoro\\src\\reportWebVitals.js":"2","C:\\Users\\rodri\\OneDrive\\Área de Trabalho\\pomodoro\\src\\App.js":"3","C:\\Users\\rodri\\OneDrive\\Área de Trabalho\\pomodoro\\src\\serviceWorker.js":"4"},{"size":576,"mtime":1609208075341,"results":"5","hashOfConfig":"6"},{"size":364,"mtime":499162500000,"results":"7","hashOfConfig":"6"},{"size":6055,"mtime":1612126649141,"results":"8","hashOfConfig":"6"},{"size":5239,"mtime":1609208117557,"results":"9","hashOfConfig":"6"},{"filePath":"10","messages":"11","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"za9kb9",{"filePath":"12","messages":"13","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"14","messages":"15","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"16","messages":"17","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\rodri\\OneDrive\\Área de Trabalho\\pomodoro\\src\\index.js",[],"C:\\Users\\rodri\\OneDrive\\Área de Trabalho\\pomodoro\\src\\reportWebVitals.js",[],"C:\\Users\\rodri\\OneDrive\\Área de Trabalho\\pomodoro\\src\\App.js",["18","19","20"],"C:\\Users\\rodri\\OneDrive\\Área de Trabalho\\pomodoro\\src\\serviceWorker.js",[],{"ruleId":"21","severity":1,"message":"22","line":97,"column":6,"nodeType":"23","endLine":97,"endColumn":12,"suggestions":"24"},{"ruleId":"21","severity":1,"message":"25","line":123,"column":6,"nodeType":"23","endLine":123,"endColumn":13,"suggestions":"26"},{"ruleId":"21","severity":1,"message":"27","line":136,"column":6,"nodeType":"23","endLine":136,"endColumn":19,"suggestions":"28"},"react-hooks/exhaustive-deps","React Hook useEffect has a missing dependency: 'timer'. Either include it or remove the dependency array. You can also do a functional update 'setTimer(t => ...)' if you only need 'timer' in the 'setTimer' call.","ArrayExpression",["29"],"React Hook useEffect has missing dependencies: 'focus', 'isBreak', 'rest', and 'startClicks'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setTimer' needs the current value of 'rest'.",["30"],"React Hook useEffect has missing dependencies: 'focus', 'numOfPrevClicks', and 'timer'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setTimer' needs the current value of 'focus'.",["31"],{"desc":"32","fix":"33"},{"desc":"34","fix":"35"},{"desc":"36","fix":"37"},"Update the dependencies array to be: [play, timer]",{"range":"38","text":"39"},"Update the dependencies array to be: [focus, isBreak, rest, startClicks, timer]",{"range":"40","text":"41"},"Update the dependencies array to be: [focus, numOfPrevClicks, startClicks, timer]",{"range":"42","text":"43"},[2692,2698],"[play, timer]",[3238,3245],"[focus, isBreak, rest, startClicks, timer]",[3493,3506],"[focus, numOfPrevClicks, startClicks, timer]"]