-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 6.65 KB
/
.eslintcache
1
[{"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\index.tsx":"1","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\App.tsx":"2","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\sortingAlgorithmOptions.ts":"3","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\mergeSort.ts":"4","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\sortingTimers.ts":"5","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\reportWebVitals.ts":"6","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\quickSort.ts":"7","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\ui\\TopNav.tsx":"8","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\shellSort.ts":"9","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\helperFunctions\\barStates.ts":"10","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\helperFunctions\\backgroundColors.ts":"11","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\bubbleSort.ts":"12","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\selectionSort.ts":"13","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\ui\\BottomNav.tsx":"14","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\ui\\Nav.tsx":"15","C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\insertionSort.ts":"16"},{"size":610,"mtime":1706868158114,"results":"17","hashOfConfig":"18"},{"size":16777,"mtime":1710167991020,"results":"19","hashOfConfig":"18"},{"size":623,"mtime":1609324786878,"results":"20","hashOfConfig":"21"},{"size":4887,"mtime":1610206330849,"results":"22","hashOfConfig":"23"},{"size":1139,"mtime":1706868158133,"results":"24","hashOfConfig":"18"},{"size":453,"mtime":1610206330845,"results":"25","hashOfConfig":"23"},{"size":6083,"mtime":1706868158127,"results":"26","hashOfConfig":"18"},{"size":2825,"mtime":1706905417540,"results":"27","hashOfConfig":"18"},{"size":3625,"mtime":1706868158131,"results":"28","hashOfConfig":"18"},{"size":138,"mtime":1706868158112,"results":"29","hashOfConfig":"18"},{"size":97,"mtime":1608847099559,"results":"30","hashOfConfig":"21"},{"size":3343,"mtime":1706868158120,"results":"31","hashOfConfig":"18"},{"size":3189,"mtime":1610206330851,"results":"32","hashOfConfig":"23"},{"size":579,"mtime":1610206330854,"results":"33","hashOfConfig":"23"},{"size":564,"mtime":1706868158135,"results":"34","hashOfConfig":"18"},{"size":2651,"mtime":1706868158123,"results":"35","hashOfConfig":"18"},{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"38"},"16hu3da",{"filePath":"39","messages":"40","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"41","messages":"42","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"n54en7",{"filePath":"43","messages":"44","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"18a940h",{"filePath":"45","messages":"46","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"38"},{"filePath":"47","messages":"48","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"49"},{"filePath":"50","messages":"51","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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,"usedDeprecatedRules":"62"},{"filePath":"63","messages":"64","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"65","messages":"66","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"67","messages":"68","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"69","messages":"70","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\index.tsx",[],["71","72","73","74","75","76"],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\App.tsx",[],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\sortingAlgorithmOptions.ts",[],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\mergeSort.ts",[],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\sortingTimers.ts",[],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\reportWebVitals.ts",[],["77","78","79","80","81","82"],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\quickSort.ts",[],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\ui\\TopNav.tsx",[],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\shellSort.ts",[],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\helperFunctions\\barStates.ts",[],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\helperFunctions\\backgroundColors.ts",[],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\bubbleSort.ts",[],["83","84","85","86","87","88"],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\selectionSort.ts",[],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\ui\\BottomNav.tsx",[],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\ui\\Nav.tsx",[],"C:\\xampp\\htdocs\\projects\\sorting-visualizer\\src\\sortingAlgorithms\\insertionSort.ts",[],{"ruleId":"89","replacedBy":"90"},{"ruleId":"91","replacedBy":"92"},{"ruleId":"93","replacedBy":"94"},{"ruleId":"95","replacedBy":"96"},{"ruleId":"97","replacedBy":"98"},{"ruleId":"99","replacedBy":"100"},{"ruleId":"89","replacedBy":"101"},{"ruleId":"91","replacedBy":"102"},{"ruleId":"93","replacedBy":"103"},{"ruleId":"95","replacedBy":"104"},{"ruleId":"97","replacedBy":"105"},{"ruleId":"99","replacedBy":"106"},{"ruleId":"89","replacedBy":"107"},{"ruleId":"91","replacedBy":"108"},{"ruleId":"93","replacedBy":"109"},{"ruleId":"95","replacedBy":"110"},{"ruleId":"97","replacedBy":"111"},{"ruleId":"99","replacedBy":"112"},"lines-around-directive",["113"],"no-spaced-func",["114"],"global-require",[],"no-buffer-constructor",[],"no-new-require",[],"no-path-concat",[],["113"],["114"],[],[],[],[],["113"],["114"],[],[],[],[],"padding-line-between-statements","func-call-spacing"]