-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 7.47 KB
/
.eslintcache
1
[{"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/index.js":"1","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/App.js":"2","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/reducers/questionReducer.js":"3","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/actions/fetchQuestions.js":"4","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/Questions.js":"5","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/QuestionInput.js":"6","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/NavBar.js":"7","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/containers/HomeContainer.js":"8","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/UserInput.js":"9","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/containers/GameContainer.js":"10","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/actions/addUser.js":"11","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/containers/FormContainer.js":"12","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/reducers/reducers.js":"13","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/reducers/userReducer.js":"14","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/actions/addQuestion.js":"15","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/UserQuestions.js":"16","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/About.js":"17","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/Question.js":"18","/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/SortCategories.js":"19"},{"size":676,"mtime":1612115127504,"results":"20","hashOfConfig":"21"},{"size":745,"mtime":1612206893359,"results":"22","hashOfConfig":"21"},{"size":534,"mtime":1612049663380,"results":"23","hashOfConfig":"21"},{"size":322,"mtime":1611690111300,"results":"24","hashOfConfig":"21"},{"size":637,"mtime":1612206817948,"results":"25","hashOfConfig":"21"},{"size":1951,"mtime":1611678516599,"results":"26","hashOfConfig":"21"},{"size":699,"mtime":1612039922710,"results":"27","hashOfConfig":"21"},{"size":470,"mtime":1612115204603,"results":"28","hashOfConfig":"21"},{"size":1342,"mtime":1611690092526,"results":"29","hashOfConfig":"21"},{"size":776,"mtime":1612286999257,"results":"30","hashOfConfig":"21"},{"size":532,"mtime":1611717754381,"results":"31","hashOfConfig":"21"},{"size":619,"mtime":1612115207935,"results":"32","hashOfConfig":"21"},{"size":236,"mtime":1611632030136,"results":"33","hashOfConfig":"21"},{"size":280,"mtime":1612115168219,"results":"34","hashOfConfig":"21"},{"size":548,"mtime":1612049715843,"results":"35","hashOfConfig":"21"},{"size":576,"mtime":1612038440435,"results":"36","hashOfConfig":"21"},{"size":399,"mtime":1612193506519,"results":"37","hashOfConfig":"21"},{"size":1371,"mtime":1612203608170,"results":"38","hashOfConfig":"21"},{"size":519,"mtime":1612212133580,"results":"39","hashOfConfig":"21"},{"filePath":"40","messages":"41","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"18qjj08",{"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":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"48"},{"filePath":"49","messages":"50","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"51","messages":"52","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"48"},{"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,"usedDeprecatedRules":"48"},{"filePath":"59","messages":"60","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"61","messages":"62","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"48"},{"filePath":"63","messages":"64","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"65","messages":"66","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"48"},{"filePath":"67","messages":"68","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"69","messages":"70","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"71","messages":"72","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"73","messages":"74","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"75","messages":"76","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"77","messages":"78","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/index.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/App.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/reducers/questionReducer.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/actions/fetchQuestions.js",[],["79","80"],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/Questions.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/QuestionInput.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/NavBar.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/containers/HomeContainer.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/UserInput.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/containers/GameContainer.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/actions/addUser.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/containers/FormContainer.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/reducers/reducers.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/reducers/userReducer.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/actions/addQuestion.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/UserQuestions.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/About.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/Question.js",[],"/mnt/c/Users/chien/dev/flatiron/projects/conversation-cards-frontend/src/components/SortCategories.js",[],{"ruleId":"81","replacedBy":"82"},{"ruleId":"83","replacedBy":"84"},"no-native-reassign",["85"],"no-negated-in-lhs",["86"],"no-global-assign","no-unsafe-negation"]