-
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) · 7.79 KB
/
.eslintcache
File metadata and controls
1 lines (1 loc) · 7.79 KB
1
[{"F:\\PROJECT\\Sorting-Visualizer\\src\\index.js":"1","F:\\PROJECT\\Sorting-Visualizer\\src\\App.js":"2","F:\\PROJECT\\Sorting-Visualizer\\src\\reportWebVitals.js":"3","F:\\PROJECT\\Sorting-Visualizer\\src\\components\\Home\\Home.jsx":"4","F:\\PROJECT\\Sorting-Visualizer\\src\\algorithms\\merge-sort.js":"5","F:\\PROJECT\\Sorting-Visualizer\\src\\algorithms\\selection-sort.js":"6","F:\\PROJECT\\Sorting-Visualizer\\src\\algorithms\\bubble-sort.js":"7","F:\\PROJECT\\Sorting-Visualizer\\src\\algorithms\\insertion-sort.js":"8","F:\\PROJECT\\Sorting-Visualizer\\src\\helpers\\randomizeArray.js":"9","F:\\PROJECT\\Sorting-Visualizer\\src\\algorithms\\quick-sort-l.js":"10","F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\HomeHeader.jsx":"11","F:\\PROJECT\\Sorting-Visualizer\\src\\components\\SortingBar\\SortingBar.jsx":"12","F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\StartButton.jsx":"13","F:\\PROJECT\\Sorting-Visualizer\\src\\helpers\\asyncSetTimeout.js":"14","F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\SpeedSlider.jsx":"15","F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\InputSizeSlider.jsx":"16","F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\AlgorithmDropDown.jsx":"17","F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\RandomizeButton.jsx":"18","F:\\PROJECT\\Sorting-Visualizer\\src\\assets\\index.js":"19","F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\NightToggle.jsx":"20","F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\constants.jsx":"21"},{"size":517,"mtime":1638116473852,"results":"22","hashOfConfig":"23"},{"size":158,"mtime":1638116472967,"results":"24","hashOfConfig":"23"},{"size":375,"mtime":1638116473856,"results":"25","hashOfConfig":"23"},{"size":6037,"mtime":1640446148575,"results":"26","hashOfConfig":"23"},{"size":2216,"mtime":1638116473019,"results":"27","hashOfConfig":"23"},{"size":864,"mtime":1638116473342,"results":"28","hashOfConfig":"23"},{"size":788,"mtime":1638116473001,"results":"29","hashOfConfig":"23"},{"size":769,"mtime":1638116473014,"results":"30","hashOfConfig":"23"},{"size":285,"mtime":1638116473842,"results":"31","hashOfConfig":"23"},{"size":2554,"mtime":1638116473306,"results":"32","hashOfConfig":"23"},{"size":2147,"mtime":1640442793959,"results":"33","hashOfConfig":"23"},{"size":416,"mtime":1638116473807,"results":"34","hashOfConfig":"23"},{"size":572,"mtime":1638116473706,"results":"35","hashOfConfig":"23"},{"size":165,"mtime":1638116473838,"results":"36","hashOfConfig":"23"},{"size":700,"mtime":1638116473666,"results":"37","hashOfConfig":"23"},{"size":743,"mtime":1638116473548,"results":"38","hashOfConfig":"23"},{"size":1038,"mtime":1640443118332,"results":"39","hashOfConfig":"23"},{"size":605,"mtime":1638116473626,"results":"40","hashOfConfig":"23"},{"size":146,"mtime":1638116473371,"results":"41","hashOfConfig":"23"},{"size":2153,"mtime":1638116473611,"results":"42","hashOfConfig":"23"},{"size":280,"mtime":1637848088694,"results":"43","hashOfConfig":"44"},{"filePath":"45","messages":"46","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"wzmng5",{"filePath":"47","messages":"48","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"49","messages":"50","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"51","messages":"52","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"53","messages":"54","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"55","messages":"56","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"57","messages":"58","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"59","messages":"60","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"61","messages":"62","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"63","messages":"64","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"65","messages":"66","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"67","messages":"68","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"69","messages":"70","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"71","messages":"72","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"73","messages":"74","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"75","messages":"76","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"77","messages":"78","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"79","messages":"80","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"81","messages":"82","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"83","messages":"84","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"85","messages":"86","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"87"},"iqbzxs","F:\\PROJECT\\Sorting-Visualizer\\src\\index.js",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\App.js",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\reportWebVitals.js",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\components\\Home\\Home.jsx",["88"],"F:\\PROJECT\\Sorting-Visualizer\\src\\algorithms\\merge-sort.js",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\algorithms\\selection-sort.js",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\algorithms\\bubble-sort.js",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\algorithms\\insertion-sort.js",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\helpers\\randomizeArray.js",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\algorithms\\quick-sort-l.js",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\HomeHeader.jsx",["89","90","91"],"F:\\PROJECT\\Sorting-Visualizer\\src\\components\\SortingBar\\SortingBar.jsx",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\StartButton.jsx",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\helpers\\asyncSetTimeout.js",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\SpeedSlider.jsx",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\InputSizeSlider.jsx",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\AlgorithmDropDown.jsx",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\RandomizeButton.jsx",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\assets\\index.js",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\NightToggle.jsx",[],"F:\\PROJECT\\Sorting-Visualizer\\src\\components\\HomeHeader\\constants.jsx",[],["92","93"],{"ruleId":"94","severity":1,"message":"95","line":13,"column":8,"nodeType":"96","messageId":"97","endLine":13,"endColumn":19},{"ruleId":"94","severity":1,"message":"98","line":3,"column":8,"nodeType":"96","messageId":"97","endLine":3,"endColumn":14},{"ruleId":"94","severity":1,"message":"99","line":23,"column":9,"nodeType":"96","messageId":"97","endLine":23,"endColumn":16},{"ruleId":"100","severity":1,"message":"101","line":39,"column":5,"nodeType":"102","messageId":"103","endLine":39,"endColumn":10},{"ruleId":"104","replacedBy":"105"},{"ruleId":"106","replacedBy":"107"},"no-unused-vars","'StartButton' is defined but never used.","Identifier","unusedVar","'assets' is defined but never used.","'openUrl' is assigned a value but never used.","no-dupe-keys","Duplicate key 'width'.","ObjectExpression","unexpected","no-native-reassign",["108"],"no-negated-in-lhs",["109"],"no-global-assign","no-unsafe-negation"]