-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
329 additions
and
330 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,329 @@ | ||
[{"/home/mohamed/new_react_project/src/index.js":"1","/home/mohamed/new_react_project/src/App.js":"2","/home/mohamed/new_react_project/src/pages/AllQuotes.js":"3","/home/mohamed/new_react_project/src/pages/NewQuote.js":"4","/home/mohamed/new_react_project/src/pages/QuoteDetail.js":"5","/home/mohamed/new_react_project/src/components/comments/Comments.js":"6","/home/mohamed/new_react_project/src/components/comments/NewCommentForm.js":"7","/home/mohamed/new_react_project/src/components/layout/Layout.js":"8","/home/mohamed/new_react_project/src/components/layout/MainNavigation.js":"9","/home/mohamed/new_react_project/src/components/quotes/QuoteList.js":"10","/home/mohamed/new_react_project/src/components/quotes/QuoteItem.js":"11","/home/mohamed/new_react_project/src/components/quotes/QuoteForm.js":"12","/home/mohamed/new_react_project/src/components/UI/Card.js":"13","/home/mohamed/new_react_project/src/components/UI/LoadingSpinner.js":"14","/home/mohamed/new_react_project/src/components/quotes/HighlightedQuote.js":"15","/home/mohamed/new_react_project/src/pages/NotFound.js":"16","/home/mohamed/new_react_project/src/hooks/use-http.js":"17","/home/mohamed/new_react_project/src/lib/api.js":"18"},{"size":228,"mtime":1661769689552,"results":"19","hashOfConfig":"20"},{"size":1366,"mtime":1661982129234,"results":"21","hashOfConfig":"20"},{"size":669,"mtime":1662043303342,"results":"22","hashOfConfig":"20"},{"size":1015,"mtime":1662118890908,"results":"23","hashOfConfig":"20"},{"size":1722,"mtime":1662076237230,"results":"24","hashOfConfig":"20"},{"size":647,"mtime":1616596573000,"results":"25","hashOfConfig":"20"},{"size":744,"mtime":1661795568411,"results":"26","hashOfConfig":"20"},{"size":499,"mtime":1661854413121,"results":"27","hashOfConfig":"20"},{"size":762,"mtime":1661854421789,"results":"28","hashOfConfig":"20"},{"size":1821,"mtime":1662907134012,"results":"29","hashOfConfig":"20"},{"size":1198,"mtime":1661960919349,"results":"30","hashOfConfig":"20"},{"size":1966,"mtime":1662040588226,"results":"31","hashOfConfig":"20"},{"size":156,"mtime":1616596573000,"results":"32","hashOfConfig":"20"},{"size":167,"mtime":1616596573000,"results":"33","hashOfConfig":"20"},{"size":270,"mtime":1616596573000,"results":"34","hashOfConfig":"20"},{"size":274,"mtime":1661982266798,"results":"35","hashOfConfig":"20"},{"size":1212,"mtime":1616590605000,"results":"36","hashOfConfig":"20"},{"size":2220,"mtime":1662122043268,"results":"37","hashOfConfig":"20"},{"filePath":"38","messages":"39","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},"9w5lba",{"filePath":"41","messages":"42","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"43","messages":"44","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"45","messages":"46","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"47","messages":"48","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"49","messages":"50","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"51","messages":"52","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"53","messages":"54","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"55","messages":"56","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"57","messages":"58","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"59","messages":"60","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"61","messages":"62","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"63","messages":"64","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"65","messages":"66","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"67","messages":"68","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"69","messages":"70","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"71","messages":"72","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},{"filePath":"73","messages":"74","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},"/home/mohamed/new_react_project/src/index.js",[],["75","76"],"/home/mohamed/new_react_project/src/App.js",[],"/home/mohamed/new_react_project/src/pages/AllQuotes.js",[],"/home/mohamed/new_react_project/src/pages/NewQuote.js",[],"/home/mohamed/new_react_project/src/pages/QuoteDetail.js",[],"/home/mohamed/new_react_project/src/components/comments/Comments.js",[],"/home/mohamed/new_react_project/src/components/comments/NewCommentForm.js",[],"/home/mohamed/new_react_project/src/components/layout/Layout.js",[],"/home/mohamed/new_react_project/src/components/layout/MainNavigation.js",[],"/home/mohamed/new_react_project/src/components/quotes/QuoteList.js",[],"/home/mohamed/new_react_project/src/components/quotes/QuoteItem.js",[],"/home/mohamed/new_react_project/src/components/quotes/QuoteForm.js",[],"/home/mohamed/new_react_project/src/components/UI/Card.js",[],"/home/mohamed/new_react_project/src/components/UI/LoadingSpinner.js",[],"/home/mohamed/new_react_project/src/components/quotes/HighlightedQuote.js",[],"/home/mohamed/new_react_project/src/pages/NotFound.js",[],"/home/mohamed/new_react_project/src/hooks/use-http.js",[],"/home/mohamed/new_react_project/src/lib/api.js",[],{"ruleId":"77","replacedBy":"78"},{"ruleId":"79","replacedBy":"80"},"no-native-reassign",["81"],"no-negated-in-lhs",["82"],"no-global-assign","no-unsafe-negation"] | ||
[ | ||
{ | ||
"/home/mohamed/new_react_project/src/index.js": "1", | ||
"/home/mohamed/new_react_project/src/App.js": "2", | ||
"/home/mohamed/new_react_project/src/pages/AllQuotes.js": "3", | ||
"/home/mohamed/new_react_project/src/pages/NewQuote.js": "4", | ||
"/home/mohamed/new_react_project/src/pages/QuoteDetail.js": "5", | ||
"/home/mohamed/new_react_project/src/components/comments/Comments.js": "6", | ||
"/home/mohamed/new_react_project/src/components/comments/NewCommentForm.js": "7", | ||
"/home/mohamed/new_react_project/src/components/layout/Layout.js": "8", | ||
"/home/mohamed/new_react_project/src/components/layout/MainNavigation.js": "9", | ||
"/home/mohamed/new_react_project/src/components/quotes/QuoteList.js": "10", | ||
"/home/mohamed/new_react_project/src/components/quotes/QuoteItem.js": "11", | ||
"/home/mohamed/new_react_project/src/components/quotes/QuoteForm.js": "12", | ||
"/home/mohamed/new_react_project/src/components/UI/Card.js": "13", | ||
"/home/mohamed/new_react_project/src/components/UI/LoadingSpinner.js": "14", | ||
"/home/mohamed/new_react_project/src/components/quotes/HighlightedQuote.js": "15", | ||
"/home/mohamed/new_react_project/src/pages/NotFound.js": "16", | ||
"/home/mohamed/new_react_project/src/hooks/use-http.js": "17", | ||
"/home/mohamed/new_react_project/src/lib/api.js": "18" | ||
}, | ||
{ | ||
"size": 228, | ||
"mtime": 1661769689552, | ||
"results": "19", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 1366, | ||
"mtime": 1661982129234, | ||
"results": "21", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 669, | ||
"mtime": 1662043303342, | ||
"results": "22", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 1015, | ||
"mtime": 1662118890908, | ||
"results": "23", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 1722, | ||
"mtime": 1662076237230, | ||
"results": "24", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 647, | ||
"mtime": 1616596573000, | ||
"results": "25", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 744, | ||
"mtime": 1661795568411, | ||
"results": "26", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 499, | ||
"mtime": 1661854413121, | ||
"results": "27", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 762, | ||
"mtime": 1661854421789, | ||
"results": "28", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 1821, | ||
"mtime": 1662907134012, | ||
"results": "29", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 1198, | ||
"mtime": 1661960919349, | ||
"results": "30", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 1966, | ||
"mtime": 1662040588226, | ||
"results": "31", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 156, | ||
"mtime": 1616596573000, | ||
"results": "32", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 167, | ||
"mtime": 1616596573000, | ||
"results": "33", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 270, | ||
"mtime": 1616596573000, | ||
"results": "34", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 274, | ||
"mtime": 1661982266798, | ||
"results": "35", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 1212, | ||
"mtime": 1616590605000, | ||
"results": "36", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"size": 2220, | ||
"mtime": 1662122043268, | ||
"results": "37", | ||
"hashOfConfig": "20" | ||
}, | ||
{ | ||
"filePath": "38", | ||
"messages": "39", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
"106e3jk", | ||
{ | ||
"filePath": "40", | ||
"messages": "41", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "42", | ||
"messages": "43", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "44", | ||
"messages": "45", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "46", | ||
"messages": "47", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "48", | ||
"messages": "49", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "50", | ||
"messages": "51", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "52", | ||
"messages": "53", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "54", | ||
"messages": "55", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "56", | ||
"messages": "57", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "58", | ||
"messages": "59", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "60", | ||
"messages": "61", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "62", | ||
"messages": "63", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "64", | ||
"messages": "65", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "66", | ||
"messages": "67", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "68", | ||
"messages": "69", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "70", | ||
"messages": "71", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
{ | ||
"filePath": "72", | ||
"messages": "73", | ||
"errorCount": 0, | ||
"fatalErrorCount": 0, | ||
"warningCount": 0, | ||
"fixableErrorCount": 0, | ||
"fixableWarningCount": 0 | ||
}, | ||
"/home/mohamed/new_react_project/src/index.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/App.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/pages/AllQuotes.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/pages/NewQuote.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/pages/QuoteDetail.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/components/comments/Comments.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/components/comments/NewCommentForm.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/components/layout/Layout.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/components/layout/MainNavigation.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/components/quotes/QuoteList.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/components/quotes/QuoteItem.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/components/quotes/QuoteForm.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/components/UI/Card.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/components/UI/LoadingSpinner.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/components/quotes/HighlightedQuote.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/pages/NotFound.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/hooks/use-http.js", | ||
[], | ||
"/home/mohamed/new_react_project/src/lib/api.js", | ||
[] | ||
] |
File renamed without changes.
Oops, something went wrong.