-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 4.91 KB
/
.eslintcache
1
[{"/home/kiwiyou/kiwitalk-tauri/src/index.tsx":"1","/home/kiwiyou/kiwitalk-tauri/src/reportWebVitals.ts":"2","/home/kiwiyou/kiwitalk-tauri/src/App.tsx":"3","/home/kiwiyou/kiwitalk-tauri/src/pages/Login.tsx":"4","/home/kiwiyou/kiwitalk-tauri/src/components/login/LoginBackground.tsx":"5","/home/kiwiyou/kiwitalk-tauri/src/components/common/kiwi.tsx":"6","/home/kiwiyou/kiwitalk-tauri/src/assets/colors/theme.tsx":"7","/home/kiwiyou/kiwitalk-tauri/src/components/login/LoginForm.tsx":"8","/home/kiwiyou/kiwitalk-tauri/src/components/login/LoginTitle.tsx":"9","/home/kiwiyou/kiwitalk-tauri/src/components/common/Input.tsx":"10","/home/kiwiyou/kiwitalk-tauri/src/components/common/CheckBox.tsx":"11"},{"size":478,"mtime":1607186537312,"results":"12","hashOfConfig":"13"},{"size":425,"mtime":1607169110991,"results":"14","hashOfConfig":"13"},{"size":276,"mtime":1607187531425,"results":"15","hashOfConfig":"13"},{"size":684,"mtime":1607188627302,"results":"16","hashOfConfig":"13"},{"size":1202,"mtime":1607187505608,"results":"17","hashOfConfig":"13"},{"size":370,"mtime":1607187325695,"results":"18","hashOfConfig":"13"},{"size":1153,"mtime":1607187881788,"results":"19","hashOfConfig":"13"},{"size":3233,"mtime":1607188549278,"results":"20","hashOfConfig":"13"},{"size":439,"mtime":1607187742285,"results":"21","hashOfConfig":"13"},{"size":1235,"mtime":1607187836492,"results":"22","hashOfConfig":"13"},{"size":1349,"mtime":1607187788035,"results":"23","hashOfConfig":"13"},{"filePath":"24","messages":"25","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},"2fhlkg",{"filePath":"27","messages":"28","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"31","messages":"32","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"33","messages":"34","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"35","messages":"36","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"37","usedDeprecatedRules":"26"},{"filePath":"38","messages":"39","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"40","messages":"41","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"42","messages":"43","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"44","messages":"45","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},{"filePath":"46","messages":"47","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"26"},"/home/kiwiyou/kiwitalk-tauri/src/index.tsx",[],["48","49"],"/home/kiwiyou/kiwitalk-tauri/src/reportWebVitals.ts",[],"/home/kiwiyou/kiwitalk-tauri/src/App.tsx",[],"/home/kiwiyou/kiwitalk-tauri/src/pages/Login.tsx",["50","51"],"/home/kiwiyou/kiwitalk-tauri/src/components/login/LoginBackground.tsx",[],"/home/kiwiyou/kiwitalk-tauri/src/components/common/kiwi.tsx",["52"],"import styled from '@emotion/styled';\nimport React from 'react';\nimport kiwi from '../../assets/images/kiwi.svg';\n\nconst Kiwi = styled.img`\n position: fixed;\n width: 70vw;\n height: 70vh;\n right: -10%;\n bottom: -33%;\n mix-blend-mode: overlay;\n opacity: 0.5;\n user-select: none;\n -webkit-user-drag: none;\n`;\n\nexport default (): JSX.Element => <Kiwi src={kiwi}/>;\n","/home/kiwiyou/kiwitalk-tauri/src/assets/colors/theme.tsx",[],"/home/kiwiyou/kiwitalk-tauri/src/components/login/LoginForm.tsx",["53"],"/home/kiwiyou/kiwitalk-tauri/src/components/login/LoginTitle.tsx",[],"/home/kiwiyou/kiwitalk-tauri/src/components/common/Input.tsx",[],"/home/kiwiyou/kiwitalk-tauri/src/components/common/CheckBox.tsx",[],{"ruleId":"54","replacedBy":"55"},{"ruleId":"56","replacedBy":"57"},{"ruleId":"58","severity":1,"message":"59","line":1,"column":10,"nodeType":"60","messageId":"61","endLine":1,"endColumn":13},{"ruleId":"58","severity":1,"message":"62","line":2,"column":21,"nodeType":"60","messageId":"61","endLine":2,"endColumn":29},{"ruleId":"63","severity":1,"message":"64","line":17,"column":1,"nodeType":"65","endLine":17,"endColumn":54},{"ruleId":"58","severity":1,"message":"66","line":1,"column":40,"nodeType":"60","messageId":"61","endLine":1,"endColumn":49},"no-native-reassign",["67"],"no-negated-in-lhs",["68"],"@typescript-eslint/no-unused-vars","'css' is defined but never used.","Identifier","unusedVar","'useState' is defined but never used.","import/no-anonymous-default-export","Assign arrow function to a variable before exporting as module default","ExportDefaultDeclaration","'useEffect' is defined but never used.","no-global-assign","no-unsafe-negation"]