-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 8.8 KB
/
.eslintcache
1
[{"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/serviceWorker.js":"1","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/index.js":"2","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/Nav.js":"3","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/selectionSort.js":"4","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/bubbleSort.js":"5","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/radixSort.js":"6","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/structures/MaxHeap.js":"7","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/styles/NavStyles.js":"8","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/SortVisualizer.js":"9","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/mergeSort.js":"10","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/insertSort.js":"11","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/heapSort.js":"12","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/animations.js":"13","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/Bar.js":"14","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/BarContainer.js":"15","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/quickSort.js":"16","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/App.js":"17","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/arrHelper.js":"18","/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/hooks/useWindowDim.js":"19"},{"size":5085,"mtime":1606276982062,"results":"20","hashOfConfig":"21"},{"size":452,"mtime":1606276982061,"results":"22","hashOfConfig":"21"},{"size":3877,"mtime":1606920425400,"results":"23","hashOfConfig":"21"},{"size":576,"mtime":1606276982059,"results":"24","hashOfConfig":"21"},{"size":909,"mtime":1606276982057,"results":"25","hashOfConfig":"21"},{"size":1441,"mtime":1606276982059,"results":"26","hashOfConfig":"21"},{"size":2607,"mtime":1606276982063,"results":"27","hashOfConfig":"21"},{"size":766,"mtime":1606864500521,"results":"28","hashOfConfig":"21"},{"size":1306,"mtime":1606920381599,"results":"29","hashOfConfig":"21"},{"size":1775,"mtime":1606276982058,"results":"30","hashOfConfig":"21"},{"size":543,"mtime":1606276982058,"results":"31","hashOfConfig":"21"},{"size":410,"mtime":1606276982057,"results":"32","hashOfConfig":"21"},{"size":1483,"mtime":1606276982060,"results":"33","hashOfConfig":"21"},{"size":193,"mtime":1606276982055,"results":"34","hashOfConfig":"21"},{"size":241,"mtime":1606919836347,"results":"35","hashOfConfig":"21"},{"size":1560,"mtime":1606276982058,"results":"36","hashOfConfig":"21"},{"size":301,"mtime":1606850274996,"results":"37","hashOfConfig":"21"},{"size":844,"mtime":1606276982060,"results":"38","hashOfConfig":"21"},{"size":688,"mtime":1606920276291,"results":"39","hashOfConfig":"21"},{"filePath":"40","messages":"41","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"42"},"1gdg35x",{"filePath":"43","messages":"44","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"45"},{"filePath":"46","messages":"47","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"48","messages":"49","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"50"},{"filePath":"51","messages":"52","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"53"},{"filePath":"54","messages":"55","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"56"},{"filePath":"57","messages":"58","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"59","messages":"60","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"50"},{"filePath":"61","messages":"62","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"63","messages":"64","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"42"},{"filePath":"65","messages":"66","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"42"},{"filePath":"67","messages":"68","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"69","messages":"70","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"50"},{"filePath":"71","messages":"72","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"50"},{"filePath":"73","messages":"74","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"75","messages":"76","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"77"},{"filePath":"78","messages":"79","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"50"},{"filePath":"80","messages":"81","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"77"},{"filePath":"82","messages":"83","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/serviceWorker.js",[],["84","85"],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/index.js",[],["86","87"],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/Nav.js",["88","89"],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/selectionSort.js",[],["90","91"],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/bubbleSort.js",[],["92","93"],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/radixSort.js",[],["94","95"],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/structures/MaxHeap.js",[],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/styles/NavStyles.js",[],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/SortVisualizer.js",["96"],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/mergeSort.js",[],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/insertSort.js",[],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/heapSort.js",[],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/animations.js",[],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/Bar.js",[],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/BarContainer.js",[],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/algorithms/quickSort.js",[],["97","98"],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/App.js",[],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/arrHelper.js",[],"/Users/lyang/Documents/google-project/code/react/sorting-visualizer/src/hooks/useWindowDim.js",[],{"ruleId":"99","replacedBy":"100"},{"ruleId":"101","replacedBy":"102"},{"ruleId":"99","replacedBy":"103"},{"ruleId":"101","replacedBy":"104"},{"ruleId":"105","severity":1,"message":"106","line":21,"column":8,"nodeType":"107","messageId":"108","endLine":21,"endColumn":16},{"ruleId":"105","severity":1,"message":"109","line":22,"column":10,"nodeType":"107","messageId":"108","endLine":22,"endColumn":31},{"ruleId":"99","replacedBy":"110"},{"ruleId":"101","replacedBy":"111"},{"ruleId":"99","replacedBy":"112"},{"ruleId":"101","replacedBy":"113"},{"ruleId":"99","replacedBy":"114"},{"ruleId":"101","replacedBy":"115"},{"ruleId":"116","severity":1,"message":"117","line":25,"column":6,"nodeType":"118","endLine":25,"endColumn":8,"suggestions":"119"},{"ruleId":"99","replacedBy":"120"},{"ruleId":"101","replacedBy":"121"},"no-native-reassign",["122"],"no-negated-in-lhs",["123"],["122"],["123"],"no-unused-vars","'heapSort' is defined but never used.","Identifier","unusedVar","'testSortingAlgorithms' is defined but never used.",["122"],["123"],["122"],["123"],["122"],["123"],"react-hooks/exhaustive-deps","React Hook useEffect has a missing dependency: 'resetArr'. Either include it or remove the dependency array.","ArrayExpression",["124"],["122"],["123"],"no-global-assign","no-unsafe-negation",{"desc":"125","fix":"126"},"Update the dependencies array to be: [resetArr]",{"range":"127","text":"128"},[727,729],"[resetArr]"]