-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 6.87 KB
/
.eslintcache
1
[{"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/index.tsx":"1","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Sidebar.tsx":"2","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Header.tsx":"3","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Home.tsx":"4","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/TransactionsList.tsx":"5","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Monthly.tsx":"6","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Dashboard.tsx":"7","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/utils/utilities.tsx":"8","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Summary.tsx":"9","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/App.tsx":"10","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/BreakdownBarChart.tsx":"11","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Overview.tsx":"12","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Categories.tsx":"13","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Transaction.tsx":"14","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Toolbar.tsx":"15","/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/utils/dataManupulation.tsx":"16"},{"size":225,"mtime":1611884634000,"results":"17","hashOfConfig":"18"},{"size":1355,"mtime":1612023085000,"results":"19","hashOfConfig":"18"},{"size":1389,"mtime":1612022833000,"results":"20","hashOfConfig":"18"},{"size":2234,"mtime":1612023039000,"results":"21","hashOfConfig":"18"},{"size":2738,"mtime":1612023128000,"results":"22","hashOfConfig":"18"},{"size":2471,"mtime":1612023635000,"results":"23","hashOfConfig":"18"},{"size":853,"mtime":1612022827000,"results":"24","hashOfConfig":"18"},{"size":4882,"mtime":1612023743000,"results":"25","hashOfConfig":"18"},{"size":878,"mtime":1611627763000,"results":"26","hashOfConfig":"18"},{"size":4552,"mtime":1612023546000,"results":"27","hashOfConfig":"18"},{"size":826,"mtime":1612023587000,"results":"28","hashOfConfig":"18"},{"size":1300,"mtime":1612023078000,"results":"29","hashOfConfig":"18"},{"size":2409,"mtime":1612022800000,"results":"30","hashOfConfig":"18"},{"size":395,"mtime":1612023121000,"results":"31","hashOfConfig":"18"},{"size":2049,"mtime":1611888146000,"results":"32","hashOfConfig":"18"},{"size":7318,"mtime":1612023752000,"results":"33","hashOfConfig":"18"},{"filePath":"34","messages":"35","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},"1f8de99",{"filePath":"37","messages":"38","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"39","messages":"40","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"41","messages":"42","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"43","messages":"44","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"45","messages":"46","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"47","messages":"48","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"49","messages":"50","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"51","messages":"52","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"53","messages":"54","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"55","messages":"56","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"57","messages":"58","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"59","messages":"60","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"61","messages":"62","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"63","messages":"64","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"65","messages":"66","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/index.tsx",[],["67","68"],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Sidebar.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Header.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Home.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/TransactionsList.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Monthly.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Dashboard.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/utils/utilities.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Summary.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/App.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/BreakdownBarChart.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Overview.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Categories.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Transaction.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/components/Toolbar.tsx",[],"/Users/kawrenn/Documents/WebProjects/personal-projects/spend-analyzer-frontend/src/utils/dataManupulation.tsx",[],{"ruleId":"69","replacedBy":"70"},{"ruleId":"71","replacedBy":"72"},"no-native-reassign",["73"],"no-negated-in-lhs",["74"],"no-global-assign","no-unsafe-negation"]