-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 4.81 KB
/
.eslintcache
1
[{"/Users/hugomota/Projects/memory-game/src/index.tsx":"1","/Users/hugomota/Projects/memory-game/src/serviceWorker.ts":"2","/Users/hugomota/Projects/memory-game/src/app/store.ts":"3","/Users/hugomota/Projects/memory-game/src/features/counter/counterSlice.ts":"4","/Users/hugomota/Projects/memory-game/src/features/counter/Counter.tsx":"5","/Users/hugomota/Projects/memory-game/src/components/index.ts":"6","/Users/hugomota/Projects/memory-game/src/components/Button/Button.tsx":"7","/Users/hugomota/Projects/memory-game/src/components/App/App.tsx":"8","/Users/hugomota/Projects/memory-game/src/pages/index.ts":"9","/Users/hugomota/Projects/memory-game/src/pages/ScorePage/ScorePage.tsx":"10","/Users/hugomota/Projects/memory-game/src/pages/BoardPage/BoardPage.tsx":"11","/Users/hugomota/Projects/memory-game/src/pages/HomePage/HomePage.tsx":"12"},{"size":450,"mtime":1610277479467,"results":"13","hashOfConfig":"14"},{"size":5424,"mtime":1609540052411,"results":"15","hashOfConfig":"14"},{"size":414,"mtime":1609540052406,"results":"16","hashOfConfig":"14"},{"size":1851,"mtime":1609540052408,"results":"17","hashOfConfig":"14"},{"size":1626,"mtime":1609540052408,"results":"18","hashOfConfig":"14"},{"size":72,"mtime":1610277130028,"results":"19","hashOfConfig":"14"},{"size":584,"mtime":1610234221671,"results":"20","hashOfConfig":"14"},{"size":1187,"mtime":1610277577926,"results":"21","hashOfConfig":"14"},{"size":147,"mtime":1610277476138,"results":"22","hashOfConfig":"14"},{"size":127,"mtime":1610277413972,"results":"23","hashOfConfig":"14"},{"size":133,"mtime":1610277427649,"results":"24","hashOfConfig":"14"},{"size":401,"mtime":1610277441020,"results":"25","hashOfConfig":"14"},{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"skf0vu",{"filePath":"28","messages":"29","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"33","messages":"34","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"35","messages":"36","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"37","messages":"38","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"39","messages":"40","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"41","messages":"42","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"43","messages":"44","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"45","messages":"46","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"47","messages":"48","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"30"},{"filePath":"49","messages":"50","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"51","usedDeprecatedRules":"30"},"/Users/hugomota/Projects/memory-game/src/index.tsx",[],"/Users/hugomota/Projects/memory-game/src/serviceWorker.ts",[],["52","53"],"/Users/hugomota/Projects/memory-game/src/app/store.ts",[],"/Users/hugomota/Projects/memory-game/src/features/counter/counterSlice.ts",[],"/Users/hugomota/Projects/memory-game/src/features/counter/Counter.tsx",[],"/Users/hugomota/Projects/memory-game/src/components/index.ts",[],"/Users/hugomota/Projects/memory-game/src/components/Button/Button.tsx",[],"/Users/hugomota/Projects/memory-game/src/components/App/App.tsx",[],"/Users/hugomota/Projects/memory-game/src/pages/index.ts",[],"/Users/hugomota/Projects/memory-game/src/pages/ScorePage/ScorePage.tsx",[],"/Users/hugomota/Projects/memory-game/src/pages/BoardPage/BoardPage.tsx",[],"/Users/hugomota/Projects/memory-game/src/pages/HomePage/HomePage.tsx",["54"],"import React from 'react'\nimport { Button } from '../../components'\nimport styled from 'styled-components'\nimport BgHome from '../../assets/images/bg-home.jpg'\n\nconst StyledHome = styled.div`\n background-image: url(${BgHome});\n background-size: cover;\n display: flex;\n height: 100vh;\n padding: 0 30px;\n`\n\nexport const HomePage = () => {\n return (\n <StyledHome>\n \n </StyledHome>\n )\n}\n",{"ruleId":"55","replacedBy":"56"},{"ruleId":"57","replacedBy":"58"},{"ruleId":"59","severity":1,"message":"60","line":2,"column":10,"nodeType":"61","messageId":"62","endLine":2,"endColumn":16},"no-native-reassign",["63"],"no-negated-in-lhs",["64"],"@typescript-eslint/no-unused-vars","'Button' is defined but never used.","Identifier","unusedVar","no-global-assign","no-unsafe-negation"]