-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.eslintcache
More file actions
1 lines (1 loc) · 7.66 KB
/
Copy path.eslintcache
File metadata and controls
1 lines (1 loc) · 7.66 KB
1
[{"/home/sparcs/sparces_newbie_project/src/AppRoot.js":"1","/home/sparcs/sparces_newbie_project/src/components/CalendarRoot.js":"2","/home/sparcs/sparces_newbie_project/src/containers/App.js":"3","/home/sparcs/sparces_newbie_project/src/pages/fourthpage.js":"4","/home/sparcs/sparces_newbie_project/src/containers/Calendar.js":"5","/home/sparcs/sparces_newbie_project/src/actions/index.js":"6","/home/sparcs/sparces_newbie_project/src/lib/style-utils.js":"7","/home/sparcs/sparces_newbie_project/src/store.js":"8","/home/sparcs/sparces_newbie_project/src/components/EventNameRoot.js":"9","/home/sparcs/sparces_newbie_project/src/pages/secondpage.js":"10","/home/sparcs/sparces_newbie_project/src/containers/EventName.js":"11","/home/sparcs/sparces_newbie_project/src/reportWebVitals.js":"12","/home/sparcs/sparces_newbie_project/src/components/Layout.js":"13","/home/sparcs/sparces_newbie_project/src/App.js":"14","/home/sparcs/sparces_newbie_project/src/routes/router.js":"15","/home/sparcs/sparces_newbie_project/src/index.js":"16","/home/sparcs/sparces_newbie_project/src/pages/thirdpage.js":"17","/home/sparcs/sparces_newbie_project/src/pages/firstpage.js":"18"},{"size":238,"mtime":1606692426200,"results":"19","hashOfConfig":"20"},{"size":298,"mtime":1606692426216,"results":"21","hashOfConfig":"20"},{"size":248,"mtime":1606692426220,"results":"22","hashOfConfig":"20"},{"size":5965,"mtime":1606740118344,"results":"23","hashOfConfig":"20"},{"size":377,"mtime":1606692426220,"results":"24","hashOfConfig":"20"},{"size":343,"mtime":1606692426216,"results":"25","hashOfConfig":"20"},{"size":411,"mtime":1606692426220,"results":"26","hashOfConfig":"20"},{"size":442,"mtime":1606692426220,"results":"27","hashOfConfig":"20"},{"size":308,"mtime":1606692426216,"results":"28","hashOfConfig":"20"},{"size":2176,"mtime":1606698045990,"results":"29","hashOfConfig":"20"},{"size":643,"mtime":1606692426220,"results":"30","hashOfConfig":"20"},{"size":362,"mtime":1606692426220,"results":"31","hashOfConfig":"20"},{"size":666,"mtime":1606692426216,"results":"32","hashOfConfig":"20"},{"size":523,"mtime":1606696809158,"results":"33","hashOfConfig":"20"},{"size":690,"mtime":1606698274090,"results":"34","hashOfConfig":"20"},{"size":493,"mtime":1606738539889,"results":"35","hashOfConfig":"20"},{"size":3897,"mtime":1606733769049,"results":"36","hashOfConfig":"20"},{"size":7359,"mtime":1606739876317,"results":"37","hashOfConfig":"20"},{"filePath":"38","messages":"39","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},"at8ayf",{"filePath":"41","messages":"42","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"43"},{"filePath":"44","messages":"45","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"43"},{"filePath":"46","messages":"47","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"48","messages":"49","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"50","usedDeprecatedRules":"43"},{"filePath":"51","messages":"52","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"43"},{"filePath":"53","messages":"54","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"55","messages":"56","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"57","messages":"58","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"59","messages":"60","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"61","messages":"62","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"63","usedDeprecatedRules":"43"},{"filePath":"64","messages":"65","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"66"},{"filePath":"67","messages":"68","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"69","messages":"70","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"71"},{"filePath":"72","messages":"73","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"74"},{"filePath":"75","messages":"76","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"77","messages":"78","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"79","messages":"80","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/sparcs/sparces_newbie_project/src/AppRoot.js",[],["81","82"],"/home/sparcs/sparces_newbie_project/src/components/CalendarRoot.js",[],["83","84"],"/home/sparcs/sparces_newbie_project/src/containers/App.js",[],"/home/sparcs/sparces_newbie_project/src/pages/fourthpage.js",[],"/home/sparcs/sparces_newbie_project/src/containers/Calendar.js",["85"],"import { Component } from 'react';\nimport {connect} from 'react-redux';\nimport Calendar from \"../components/Calendar\";\n\nfunction mapDispatchToProps(dispatch){\n return{\n onSet: function(_setDate){\n console.log(_setDate)\n dispatch({type : 'SET_DATE', date : _setDate})\n }\n }\n}\n\nexport default connect(null, mapDispatchToProps)(Calendar);","/home/sparcs/sparces_newbie_project/src/actions/index.js",[],"/home/sparcs/sparces_newbie_project/src/lib/style-utils.js",[],"/home/sparcs/sparces_newbie_project/src/store.js",[],"/home/sparcs/sparces_newbie_project/src/components/EventNameRoot.js",[],"/home/sparcs/sparces_newbie_project/src/pages/secondpage.js",[],"/home/sparcs/sparces_newbie_project/src/containers/EventName.js",["86"],"\nimport { Component } from 'react';\nimport {connect} from 'react-redux';\nimport EventName from \"../components/EventName\";\n\nfunction mapDispatchToProps(dispatch){\n return{\n onType: function(_eventname){\n dispatch({type : 'TYPE_EVENT', eventname : _eventname})\n }\n }\n}\n\nexport default connect(null, mapDispatchToProps)(EventName);\n// export default class extends Component{\n// render(){\n// return(\n// <EventName onType={function(_eventname){\n// store.dispatch({type : \"TYPE_EVENT\", eventname: _eventname})\n// }.bind(this)}></EventName>\n// )\n// }\n// }","/home/sparcs/sparces_newbie_project/src/reportWebVitals.js",[],["87","88"],"/home/sparcs/sparces_newbie_project/src/components/Layout.js",[],"/home/sparcs/sparces_newbie_project/src/App.js",[],["89","90"],"/home/sparcs/sparces_newbie_project/src/routes/router.js",[],["91","92"],"/home/sparcs/sparces_newbie_project/src/index.js",[],"/home/sparcs/sparces_newbie_project/src/pages/thirdpage.js",[],"/home/sparcs/sparces_newbie_project/src/pages/firstpage.js",[],{"ruleId":"93","replacedBy":"94"},{"ruleId":"95","replacedBy":"96"},{"ruleId":"93","replacedBy":"97"},{"ruleId":"95","replacedBy":"98"},{"ruleId":"99","severity":1,"message":"100","line":1,"column":10,"nodeType":"101","messageId":"102","endLine":1,"endColumn":19},{"ruleId":"99","severity":1,"message":"100","line":2,"column":10,"nodeType":"101","messageId":"102","endLine":2,"endColumn":19},{"ruleId":"93","replacedBy":"103"},{"ruleId":"95","replacedBy":"104"},{"ruleId":"93","replacedBy":"105"},{"ruleId":"95","replacedBy":"106"},{"ruleId":"93","replacedBy":"107"},{"ruleId":"95","replacedBy":"108"},"no-native-reassign",["109"],"no-negated-in-lhs",["110"],["109"],["110"],"no-unused-vars","'Component' is defined but never used.","Identifier","unusedVar",["109"],["110"],["109"],["110"],["109"],["110"],"no-global-assign","no-unsafe-negation"]