-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 6.08 KB
/
.eslintcache
1
[{"D:\\IDEs\\progit\\Issue-Tracker\\src\\index.js":"1","D:\\IDEs\\progit\\Issue-Tracker\\src\\components\\App.js":"2","D:\\IDEs\\progit\\Issue-Tracker\\src\\store\\index.js":"3","D:\\IDEs\\progit\\Issue-Tracker\\src\\components\\Navbar.js":"4","D:\\IDEs\\progit\\Issue-Tracker\\src\\components\\Home.js":"5","D:\\IDEs\\progit\\Issue-Tracker\\src\\components\\CreateIssue.js":"6","D:\\IDEs\\progit\\Issue-Tracker\\src\\components\\CreateProject.js":"7","D:\\IDEs\\progit\\Issue-Tracker\\src\\components\\ProjectDetails.js":"8","D:\\IDEs\\progit\\Issue-Tracker\\src\\actions\\issues.js":"9","D:\\IDEs\\progit\\Issue-Tracker\\src\\reducers\\index.js":"10","D:\\IDEs\\progit\\Issue-Tracker\\src\\actions\\actionTypes.js":"11","D:\\IDEs\\progit\\Issue-Tracker\\src\\reducers\\issues.js":"12"},{"size":404,"mtime":1613041026896,"results":"13","hashOfConfig":"14"},{"size":1461,"mtime":1614104191854,"results":"15","hashOfConfig":"14"},{"size":939,"mtime":1613041026900,"results":"16","hashOfConfig":"14"},{"size":1353,"mtime":1614104191886,"results":"17","hashOfConfig":"14"},{"size":3214,"mtime":1614508696550,"results":"18","hashOfConfig":"14"},{"size":10859,"mtime":1614539419624,"results":"19","hashOfConfig":"14"},{"size":6141,"mtime":1614539532667,"results":"20","hashOfConfig":"14"},{"size":10354,"mtime":1614540019955,"results":"21","hashOfConfig":"14"},{"size":295,"mtime":1614509398490,"results":"22","hashOfConfig":"14"},{"size":175,"mtime":1613041026898,"results":"23","hashOfConfig":"14"},{"size":94,"mtime":1614104191849,"results":"24","hashOfConfig":"14"},{"size":934,"mtime":1614514231677,"results":"25","hashOfConfig":"14"},{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},"g0yzlh",{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"33","messages":"34","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"35","usedDeprecatedRules":"28"},{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"38","messages":"39","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"40","messages":"41","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"42","messages":"43","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"44","messages":"45","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"46","messages":"47","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"48","messages":"49","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},{"filePath":"50","messages":"51","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"28"},"D:\\IDEs\\progit\\Issue-Tracker\\src\\index.js",[],["52","53"],"D:\\IDEs\\progit\\Issue-Tracker\\src\\components\\App.js",[],"D:\\IDEs\\progit\\Issue-Tracker\\src\\store\\index.js",[],"D:\\IDEs\\progit\\Issue-Tracker\\src\\components\\Navbar.js",["54"],"import React from 'react';\r\nimport { makeStyles } from '@material-ui/core/styles';\r\nimport AppBar from '@material-ui/core/AppBar';\r\nimport Toolbar from '@material-ui/core/Toolbar';\r\nimport Typography from '@material-ui/core/Typography';\r\nimport Button from '@material-ui/core/Button';\r\nimport IconButton from '@material-ui/core/IconButton';\r\nimport MenuIcon from '@material-ui/icons/Menu';\r\n\r\nimport { Link } from 'react-router-dom';\r\nconst useStyles = makeStyles((theme) => ({\r\n root: {\r\n flexGrow: 1,\r\n },\r\n menuButton: {\r\n marginRight: theme.spacing(2),\r\n },\r\n title: {\r\n flexGrow: 1,\r\n },\r\n links: {\r\n color: 'white',\r\n textDecorationLine: 'none',\r\n },\r\n}));\r\nfunction Navbar(props) {\r\n const classes = useStyles();\r\n return (\r\n <div className={classes.root}>\r\n <AppBar position='static'>\r\n <Toolbar>\r\n <IconButton\r\n edge='start'\r\n className={classes.menuButton}\r\n color='inherit'\r\n aria-label='menu'\r\n >\r\n <MenuIcon />\r\n </IconButton>\r\n <Typography variant='h6' className={classes.title}>\r\n Issue Tracker\r\n </Typography>\r\n <Link to='/' className={classes.links}>\r\n Go Back\r\n </Link>\r\n </Toolbar>\r\n </AppBar>\r\n </div>\r\n );\r\n}\r\n\r\nexport default Navbar;\r\n","D:\\IDEs\\progit\\Issue-Tracker\\src\\components\\Home.js",[],"D:\\IDEs\\progit\\Issue-Tracker\\src\\components\\CreateIssue.js",["55"],"D:\\IDEs\\progit\\Issue-Tracker\\src\\components\\CreateProject.js",[],"D:\\IDEs\\progit\\Issue-Tracker\\src\\components\\ProjectDetails.js",["56"],"D:\\IDEs\\progit\\Issue-Tracker\\src\\actions\\issues.js",[],"D:\\IDEs\\progit\\Issue-Tracker\\src\\reducers\\index.js",[],"D:\\IDEs\\progit\\Issue-Tracker\\src\\actions\\actionTypes.js",[],"D:\\IDEs\\progit\\Issue-Tracker\\src\\reducers\\issues.js",[],{"ruleId":"57","replacedBy":"58"},{"ruleId":"59","replacedBy":"60"},{"ruleId":"61","severity":1,"message":"62","line":6,"column":8,"nodeType":"63","messageId":"64","endLine":6,"endColumn":14},{"ruleId":"65","severity":1,"message":"66","line":82,"column":25,"nodeType":"67","messageId":"68","endLine":82,"endColumn":27},{"ruleId":"65","severity":1,"message":"66","line":69,"column":25,"nodeType":"67","messageId":"68","endLine":69,"endColumn":27},"no-native-reassign",["69"],"no-negated-in-lhs",["70"],"no-unused-vars","'Button' is defined but never used.","Identifier","unusedVar","eqeqeq","Expected '===' and instead saw '=='.","BinaryExpression","unexpected","no-global-assign","no-unsafe-negation"]