-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.eslintcache
More file actions
1 lines (1 loc) · 3.22 KB
/
.eslintcache
File metadata and controls
1 lines (1 loc) · 3.22 KB
1
[{"/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/Pages/Home/index.js":"1","/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/Components/Navbar/index.js":"2","/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/Components/Banner/index.js":"3","/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/constant/cardImage.js":"4","/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/Components/Card/index.js":"5","/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/index.js":"6","/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/reportWebVitals.js":"7"},{"size":775,"mtime":1612356023355,"results":"8","hashOfConfig":"9"},{"size":962,"mtime":1612352455631,"results":"10","hashOfConfig":"9"},{"size":899,"mtime":1612354044685,"results":"11","hashOfConfig":"9"},{"size":887,"mtime":1612355563477,"results":"12","hashOfConfig":"9"},{"size":448,"mtime":1612358161719,"results":"13","hashOfConfig":"9"},{"size":524,"mtime":1612345094405,"results":"14","hashOfConfig":"9"},{"size":362,"mtime":1612343690319,"results":"15","hashOfConfig":"9"},{"filePath":"16","messages":"17","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"67abtp",{"filePath":"18","messages":"19","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"20","messages":"21","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"22","messages":"23","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"24","messages":"25","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"26"},{"filePath":"27","messages":"28","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"29","messages":"30","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/Pages/Home/index.js",[],"/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/Components/Navbar/index.js",[],"/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/Components/Banner/index.js",[],"/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/constant/cardImage.js",[],"/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/Components/Card/index.js",["31"],"const Card = ({ image, title, subtitle }) => {\n return (\n <div className='w-72 h-80 p-2 rounded-md flex flex-col justify-center items-center z-10 m-3 bg-white shadow-lg hover:shadow-2xl cursor-pointer transition ease-in-out duration-150'>\n <img src={image} className='w-5/12 h-auto' />\n <p className='text-xl pt-6'>{title}</p>\n <p className='text-lg pt-6 px-6 text-center'>{subtitle}</p>\n </div>\n );\n};\n\nexport default Card;\n","/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/index.js",[],"/Users/ayogatot/Documents/Projects/test/react/react-tailwind/src/reportWebVitals.js",[],{"ruleId":"32","severity":1,"message":"33","line":4,"column":7,"nodeType":"34","endLine":4,"endColumn":52},"jsx-a11y/alt-text","img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.","JSXOpeningElement"]