-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 6.44 KB
/
.eslintcache
1
[{"C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\index.js":"1","C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\App.js":"2","C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\reportWebVitals.js":"3","C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\components\\tabs.js":"4","C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\components\\tabContent.js":"5","C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\redux\\store.js":"6","C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\redux\\content\\contentReducer.js":"7","C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\redux\\content\\contentTypes.js":"8","C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\redux\\index.js":"9","C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\redux\\content\\contentAction.js":"10","C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\components\\chart.js":"11","C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\components\\slider.js":"12"},{"size":500,"mtime":499162500000,"results":"13","hashOfConfig":"14"},{"size":338,"mtime":1608719251656,"results":"15","hashOfConfig":"14"},{"size":362,"mtime":499162500000,"results":"16","hashOfConfig":"14"},{"size":5705,"mtime":1608752437860,"results":"17","hashOfConfig":"14"},{"size":1469,"mtime":1608752493972,"results":"18","hashOfConfig":"14"},{"size":160,"mtime":1608561487394,"results":"19","hashOfConfig":"14"},{"size":842,"mtime":1608752340785,"results":"20","hashOfConfig":"14"},{"size":106,"mtime":1608751642174,"results":"21","hashOfConfig":"14"},{"size":70,"mtime":1608751642183,"results":"22","hashOfConfig":"14"},{"size":329,"mtime":1608751642206,"results":"23","hashOfConfig":"14"},{"size":2373,"mtime":1608751504377,"results":"24","hashOfConfig":"14"},{"size":1142,"mtime":1608744085039,"results":"25","hashOfConfig":"14"},{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"acq684",{"filePath":"28","messages":"29","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"30","messages":"31","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"32","messages":"33","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"34","messages":"35","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"38","messages":"39","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"40","messages":"41","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"42","messages":"43","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"44","messages":"45","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"46","messages":"47","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"48","messages":"49","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\index.js",[],"C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\App.js",[],"C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\reportWebVitals.js",[],"C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\components\\tabs.js",["50","51","52"],"C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\components\\tabContent.js",["53","54"],"C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\redux\\store.js",[],"C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\redux\\content\\contentReducer.js",[],"C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\redux\\content\\contentTypes.js",[],"C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\redux\\index.js",[],"C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\redux\\content\\contentAction.js",[],"C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\components\\chart.js",["55","56","57"],"C:\\Users\\49176\\PhpstormProjects\\lana-assignment\\src\\components\\slider.js",[],{"ruleId":"58","severity":1,"message":"59","line":1,"column":26,"nodeType":"60","messageId":"61","endLine":1,"endColumn":35},{"ruleId":"62","severity":1,"message":"63","line":66,"column":33,"nodeType":"64","messageId":"65","endLine":66,"endColumn":35},{"ruleId":"62","severity":1,"message":"66","line":71,"column":66,"nodeType":"64","messageId":"65","endLine":71,"endColumn":68},{"ruleId":"67","severity":1,"message":"68","line":12,"column":8,"nodeType":"69","endLine":12,"endColumn":26,"suggestions":"70"},{"ruleId":"62","severity":1,"message":"63","line":21,"column":28,"nodeType":"64","messageId":"65","endLine":21,"endColumn":30},{"ruleId":"58","severity":1,"message":"71","line":18,"column":15,"nodeType":"60","messageId":"61","endLine":18,"endColumn":18},{"ruleId":"67","severity":1,"message":"72","line":22,"column":8,"nodeType":"69","endLine":22,"endColumn":10,"suggestions":"73"},{"ruleId":"67","severity":1,"message":"74","line":26,"column":8,"nodeType":"69","endLine":26,"endColumn":14,"suggestions":"75"},"no-unused-vars","'useEffect' is defined but never used.","Identifier","unusedVar","eqeqeq","Expected '===' and instead saw '=='.","BinaryExpression","unexpected","Expected '!==' and instead saw '!='.","react-hooks/exhaustive-deps","React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect.","ArrayExpression",["76"],"'svg' is assigned a value but never used.","React Hook useEffect has missing dependencies: 'height' and 'width'. Either include them or remove the dependency array.",["77"],"React Hook useEffect has a missing dependency: 'draw'. Either include it or remove the dependency array.",["78"],{"desc":"79","fix":"80"},{"desc":"81","fix":"82"},{"desc":"83","fix":"84"},"Update the dependencies array to be: [props, props.tabsNumber]",{"range":"85","text":"86"},"Update the dependencies array to be: [height, width]",{"range":"87","text":"88"},"Update the dependencies array to be: [data, draw]",{"range":"89","text":"90"},[302,320],"[props, props.tabsNumber]",[705,707],"[height, width]",[760,766],"[data, draw]"]