-
Notifications
You must be signed in to change notification settings - Fork 2
/
.eslintcache
1 lines (1 loc) · 2.39 KB
/
.eslintcache
1
[{"/Users/logan/Proggy/crypto-exchange-arbitrage/src/reportWebVitals.js":"1","/Users/logan/Proggy/crypto-exchange-arbitrage/src/App.js":"2","/Users/logan/Proggy/crypto-exchange-arbitrage/src/componenets/ExchangeTile/ExchangeTile.js":"3","/Users/logan/Proggy/crypto-exchange-arbitrage/src/index.js":"4","/Users/logan/Proggy/crypto-exchange-arbitrage/src/componenets/Table/Table.js":"5"},{"size":362,"mtime":1610821744007,"results":"6","hashOfConfig":"7"},{"size":2522,"mtime":1610893536597,"results":"8","hashOfConfig":"7"},{"size":1165,"mtime":1610892542425,"results":"9","hashOfConfig":"7"},{"size":514,"mtime":1610821743970,"results":"10","hashOfConfig":"7"},{"size":2336,"mtime":1610891067684,"results":"11","hashOfConfig":"7"},{"filePath":"12","messages":"13","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"10fsn75",{"filePath":"14","messages":"15","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"16","messages":"17","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"18","messages":"19","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"20"},{"filePath":"21","messages":"22","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/logan/Proggy/crypto-exchange-arbitrage/src/reportWebVitals.js",[],"/Users/logan/Proggy/crypto-exchange-arbitrage/src/App.js",[],"/Users/logan/Proggy/crypto-exchange-arbitrage/src/componenets/ExchangeTile/ExchangeTile.js",[],"/Users/logan/Proggy/crypto-exchange-arbitrage/src/index.js",["23"],"import React 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\n// reportWebVitals(console.log);\n","/Users/logan/Proggy/crypto-exchange-arbitrage/src/componenets/Table/Table.js",[],{"ruleId":"24","severity":1,"message":"25","line":5,"column":8,"nodeType":"26","messageId":"27","endLine":5,"endColumn":23},"no-unused-vars","'reportWebVitals' is defined but never used.","Identifier","unusedVar"]