-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 2.48 KB
/
.eslintcache
1
[{"D:\\react apps\\videos\\src\\components\\App.js":"1","D:\\react apps\\videos\\src\\index.js":"2","D:\\react apps\\videos\\src\\components\\SearchBar.js":"3","D:\\react apps\\videos\\src\\apis\\YouTubeApi.js":"4","D:\\react apps\\videos\\src\\components\\VideoList.js":"5","D:\\react apps\\videos\\src\\components\\VideoItem.js":"6","D:\\react apps\\videos\\src\\components\\VideoDetail.js":"7"},{"size":1492,"mtime":1611343014195,"results":"8","hashOfConfig":"9"},{"size":220,"mtime":1611263398738,"results":"10","hashOfConfig":"9"},{"size":760,"mtime":1611336376363,"results":"11","hashOfConfig":"9"},{"size":119,"mtime":1611340301543,"results":"12","hashOfConfig":"9"},{"size":374,"mtime":1611342476936,"results":"13","hashOfConfig":"9"},{"size":510,"mtime":1611354942361,"results":"14","hashOfConfig":"9"},{"size":543,"mtime":1611343303133,"results":"15","hashOfConfig":"9"},{"filePath":"16","messages":"17","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1s133j8",{"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},{"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},"D:\\react apps\\videos\\src\\components\\App.js",[],"D:\\react apps\\videos\\src\\index.js",["31"],"import { render } from '@testing-library/react'\r\nimport React from 'react'\r\nimport ReactDOM from 'react-dom'\r\nimport App from './components/App'\r\n\r\n\r\n\r\nReactDOM.render(\r\n<App/>,document.querySelector('#root')\r\n);\r\n\r\n\r\n\r\n","D:\\react apps\\videos\\src\\components\\SearchBar.js",[],"D:\\react apps\\videos\\src\\apis\\YouTubeApi.js",[],"D:\\react apps\\videos\\src\\components\\VideoList.js",[],"D:\\react apps\\videos\\src\\components\\VideoItem.js",[],"D:\\react apps\\videos\\src\\components\\VideoDetail.js",[],{"ruleId":"32","severity":1,"message":"33","line":1,"column":10,"nodeType":"34","messageId":"35","endLine":1,"endColumn":16},"no-unused-vars","'render' is defined but never used.","Identifier","unusedVar"]