-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 7.49 KB
/
.eslintcache
1
[{"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/utils/authContext.ts":"1","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Router/Router.tsx":"2","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Pages/Auth/Login.tsx":"3","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/App.tsx":"4","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Pages/Dashboard/Home.tsx":"5","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Pages/Auth/LoginForm.tsx":"6","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Pages/Dashboard/Picker.tsx":"7","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Pages/Dashboard/List.tsx":"8","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/UI/Header.tsx":"9","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/UI/index.ts":"10","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/reportWebVitals.ts":"11","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/utils/api.ts":"12","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Router/index.ts":"13","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/UI/Loader.tsx":"14","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Pages/index.ts":"15","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/index.tsx":"16"},{"size":513,"mtime":1608184419663,"results":"17","hashOfConfig":"18"},{"size":753,"mtime":1608183644572,"results":"19","hashOfConfig":"18"},{"size":662,"mtime":1607924398582,"results":"20","hashOfConfig":"18"},{"size":1856,"mtime":1608184250087,"results":"21","hashOfConfig":"18"},{"size":1650,"mtime":1610779330657,"results":"22","hashOfConfig":"18"},{"size":877,"mtime":1608254740703,"results":"23","hashOfConfig":"18"},{"size":2971,"mtime":1610780076015,"results":"24","hashOfConfig":"18"},{"size":3628,"mtime":1610780145683,"results":"25","hashOfConfig":"18"},{"size":766,"mtime":1607996750059,"results":"26","hashOfConfig":"18"},{"size":92,"mtime":1608183611375,"results":"27","hashOfConfig":"18"},{"size":425,"mtime":1607838778959,"results":"28","hashOfConfig":"18"},{"size":1589,"mtime":1610777323156,"results":"29","hashOfConfig":"18"},{"size":46,"mtime":1607894129342,"results":"30","hashOfConfig":"18"},{"size":385,"mtime":1608183746996,"results":"31","hashOfConfig":"18"},{"size":109,"mtime":1607894550616,"results":"32","hashOfConfig":"18"},{"size":478,"mtime":1607840667054,"results":"33","hashOfConfig":"18"},{"filePath":"34","messages":"35","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"3ou298",{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"38","messages":"39","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"40"},{"filePath":"41","messages":"42","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"43","messages":"44","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"45","messages":"46","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"47","messages":"48","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"49","messages":"50","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"51","messages":"52","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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,"usedDeprecatedRules":"61"},{"filePath":"62","messages":"63","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"64","messages":"65","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"66","messages":"67","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/utils/authContext.ts",[],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Router/Router.tsx",[],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Pages/Auth/Login.tsx",["68"],"import React from \"react\";\nimport { Box, Button, Flex } from \"@chakra-ui/react\";\nimport { Text } from \"@chakra-ui/react\";\n\nimport LoginForm from \"./LoginForm\";\n\nfunction Login(): React.ReactElement {\n return (\n <Flex\n bg={\"gray.900\"}\n height=\"100vh\"\n justifyContent=\"center\"\n alignItems=\"center\"\n >\n <Box bg={\"white\"} w=\"400px\" p={4} borderRadius={5}>\n <Text fontSize=\"3xl\">Sign in</Text>\n <Text fontSize=\"sm\">\n Give your followers something special ❤️ <br />\n Use your twitch account to get started.\n </Text>\n <LoginForm />\n </Box>\n </Flex>\n );\n}\n\nexport default Login;\n","/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/App.tsx",[],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Pages/Dashboard/Home.tsx",[],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Pages/Auth/LoginForm.tsx",[],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Pages/Dashboard/Picker.tsx",[],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Pages/Dashboard/List.tsx",["69","70"],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/UI/Header.tsx",[],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/UI/index.ts",[],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/reportWebVitals.ts",[],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/utils/api.ts",[],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Router/index.ts",[],["71","72"],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/UI/Loader.tsx",[],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/Pages/index.ts",[],"/Users/joeldeleon/Develop/zizcorplab-giveaway/app/src/index.tsx",[],{"ruleId":"73","severity":1,"message":"74","line":2,"column":15,"nodeType":"75","messageId":"76","endLine":2,"endColumn":21},{"ruleId":"77","severity":1,"message":"78","line":25,"column":6,"nodeType":"79","endLine":25,"endColumn":17,"suggestions":"80"},{"ruleId":"77","severity":1,"message":"81","line":29,"column":6,"nodeType":"79","endLine":29,"endColumn":25,"suggestions":"82"},{"ruleId":"83","replacedBy":"84"},{"ruleId":"85","replacedBy":"86"},"@typescript-eslint/no-unused-vars","'Button' is defined but never used.","Identifier","unusedVar","react-hooks/exhaustive-deps","React Hook React.useEffect has a missing dependency: 'addCheckValueToEachFollower'. Either include it or remove the dependency array.","ArrayExpression",["87"],"React Hook React.useEffect has a missing dependency: 'handleFollowersChange'. Either include it or remove the dependency array. If 'handleFollowersChange' changes too often, find the parent component that defines it and wrap that definition in useCallback.",["88"],"no-native-reassign",["89"],"no-negated-in-lhs",["90"],{"desc":"91","fix":"92"},{"desc":"93","fix":"94"},"no-global-assign","no-unsafe-negation","Update the dependencies array to be: [addCheckValueToEachFollower, followers]",{"range":"95","text":"96"},"Update the dependencies array to be: [computedFollowers, handleFollowersChange]",{"range":"97","text":"98"},[588,599],"[addCheckValueToEachFollower, followers]",[680,699],"[computedFollowers, handleFollowersChange]"]