-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 3.96 KB
/
.eslintcache
1
[{"/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/reportWebVitals.js":"1","/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/App.js":"2","/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/InfoBox.js":"3","/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/TableComponent.js":"4","/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/util.js":"5","/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/LineGraph.js":"6","/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/Map.js":"7","/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/index.js":"8"},{"size":362,"mtime":1612060166992,"results":"9","hashOfConfig":"10"},{"size":5629,"mtime":1612154360408,"results":"11","hashOfConfig":"10"},{"size":828,"mtime":1612146034035,"results":"12","hashOfConfig":"10"},{"size":1493,"mtime":1612148555322,"results":"13","hashOfConfig":"10"},{"size":2064,"mtime":1612122525640,"results":"14","hashOfConfig":"10"},{"size":2133,"mtime":1612118253404,"results":"15","hashOfConfig":"10"},{"size":743,"mtime":1612118240538,"results":"16","hashOfConfig":"10"},{"size":515,"mtime":1612121846814,"results":"17","hashOfConfig":"10"},{"filePath":"18","messages":"19","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"20"},"96zmnb",{"filePath":"21","messages":"22","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"23","messages":"24","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"25","messages":"26","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"27","messages":"28","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"31"},{"filePath":"32","messages":"33","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"34"},{"filePath":"35","messages":"36","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"37","usedDeprecatedRules":"38"},"/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/reportWebVitals.js",[],["39","40"],"/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/App.js",[],"/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/InfoBox.js",[],"/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/TableComponent.js",[],"/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/util.js",[],"/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/LineGraph.js",[],["41","42"],"/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/Map.js",[],["43","44"],"/Users/mahmood/Documents/nodejs-projects/covid19-tracker/src/index.js",["45"],"import React, { useEffect } from \"react\";\nimport ReactDOM from \"react-dom\";\nimport \"./index.css\";\nimport App from \"./App\";\nimport reportWebVitals from \"./reportWebVitals\";\n\nReactDOM.render(\n <React.StrictMode>\n <App />\n </React.StrictMode>,\n document.getElementById(\"root\")\n);\n\n// If you want to start measuring performance in your app, pass a function\n// to log results (for example: reportWebVitals(console.log))\n// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals\nreportWebVitals();\n",["46","47"],{"ruleId":"48","replacedBy":"49"},{"ruleId":"50","replacedBy":"51"},{"ruleId":"48","replacedBy":"52"},{"ruleId":"50","replacedBy":"53"},{"ruleId":"48","replacedBy":"54"},{"ruleId":"50","replacedBy":"55"},{"ruleId":"56","severity":1,"message":"57","line":1,"column":17,"nodeType":"58","messageId":"59","endLine":1,"endColumn":26},{"ruleId":"48","replacedBy":"60"},{"ruleId":"50","replacedBy":"61"},"no-native-reassign",["62"],"no-negated-in-lhs",["63"],["62"],["63"],["62"],["63"],"no-unused-vars","'useEffect' is defined but never used.","Identifier","unusedVar",["62"],["63"],"no-global-assign","no-unsafe-negation"]