-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 10.6 KB
/
.eslintcache
1
[{"C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\Show.js":"1","C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\Events.jsx":"2","C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\Event.jsx":"3","C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\Anime\\Animation.jsx":"4","C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\web.js":"5","C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\Footer.jsx":"6","C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\design.js":"7","C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\Header.jsx":"8","C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\MainComponent.js":"9","C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\App.jsx":"10","C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\index.js":"11"},{"size":882,"mtime":1607060213311,"results":"12","hashOfConfig":"13"},{"size":2336,"mtime":1607018364092,"results":"14","hashOfConfig":"13"},{"size":1391,"mtime":1607019226611,"results":"15","hashOfConfig":"13"},{"size":1894,"mtime":1606888824000,"results":"16","hashOfConfig":"13"},{"size":7292,"mtime":1607060587956,"results":"17","hashOfConfig":"13"},{"size":1759,"mtime":1607020150307,"results":"18","hashOfConfig":"13"},{"size":6400,"mtime":1607059824540,"results":"19","hashOfConfig":"13"},{"size":1080,"mtime":1607022620871,"results":"20","hashOfConfig":"13"},{"size":515,"mtime":1607019458364,"results":"21","hashOfConfig":"13"},{"size":571,"mtime":1607020125706,"results":"22","hashOfConfig":"13"},{"size":237,"mtime":1606572342000,"results":"23","hashOfConfig":"13"},{"filePath":"24","messages":"25","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1sh7ggk",{"filePath":"26","messages":"27","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"28"},{"filePath":"29","messages":"30","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"31","messages":"32","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"33","messages":"34","errorCount":0,"warningCount":8,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"35","messages":"36","errorCount":0,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"37","messages":"38","errorCount":0,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"39","messages":"40","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"41","messages":"42","errorCount":0,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"43","messages":"44","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"45","messages":"46","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\Show.js",[],"C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\Events.jsx",["47"],"import React from 'react';\nimport './App.css';\nimport Event from './Event';\nimport illustration from './img/events1.jpg';\nimport Header from \"./Header\";\nimport Footer from \"./Footer\"\n\n\nfunction Info(){\n return(\n <div>\n <div style={{ fontWeight:'1000px', fontSize:'60px',paddingTop:'200px', paddingLeft: '60px'}}><b>EVENTS</b></div>\n </div>\n );\n}\n\nfunction Image(){\n return(\n <div style={{ left:'60%',position:'absolute'}}><img src={illustration} style={{maxWidth:'120%', maxHeight:'100%'}}/></div>\n );\n}\n\n\nfunction App() {\n return (\n <div>\n <div style={{padding:'105px' ,width: '100%'} }>\n <div style={{position:'relative'}}>\n <div class='row' >\n <Header />\n <Info />\n <Image />\n \n </div>\n </div>\n </div>\n \n <br />\n <br />\n \n <div style={{textAlign:'center', fontWeight:'1000px', fontSize:'60px', marginTop:'200px'}}><b>UPCOMING EVENTS</b></div>\n <div style={{textAlign:'center', fontSize:'20px'}}>Check out the upcoming events we have in store for you!</div>\n <br />\n <div> \n <hr className='hr' style={{width: '80vw'}}/>\n </div>\n <div className=\"container\">\n <Event date='Dec - Jan' name='Online Workshop' event='Open Workshop' info='Covers right from the basic to an advanced Nodejs Level.'/>\n <Event date='27th Oct - 26th Nov' name='CreatiWFacts' event='Open Event' info='An online event in which the society posts the basic functions and usage of all the photoshop tools.'/>\n <Event date='11th Nov - 15th Nov' name='Digital Arts Competition' event='Open Competition' info='The society organises a design competition on the occasion of National Education Day.'/>\n <Event date='27th June' name='Web UI Workshop' event='Closed Webinar' info='A webinar conductd in collaboration with Eeveno. The webinar covers Basics of Prototyping, Responsive grids, components states and naming conventions . '/>\n <Event date='21st May - 1st June' name='Online Workshop on PHP MySQL' event='Open Workshop' info='A 12 day online workshop in which the members post the resources sufficient enough to gain basic knowledge on HTML, CSS, Bootstrap, PHP and MySQL.'/>\n </div>\n <br></br>\n <Footer />\n </div>\n \n );\n}\n\nexport default App;\n","C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\Event.jsx",["48"],"C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\Anime\\Animation.jsx",[],"C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\web.js",["49","50","51","52","53","54","55","56"],"C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\Footer.jsx",["57","58","59","60","61"],"C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\design.js",["62","63","64","65","66"],"C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\Header.jsx",["67"],"C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\MainComponent.js",["68","69","70","71","72"],"C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\Components\\App.jsx",[],"C:\\Users\\saisameer\\Desktop\\web\\Society_website\\src\\index.js",["73","74"],{"ruleId":"75","severity":1,"message":"76","line":19,"column":52,"nodeType":"77","endLine":19,"endColumn":121},{"ruleId":"78","severity":1,"message":"79","line":28,"column":9,"nodeType":"77","endLine":28,"endColumn":70},{"ruleId":"80","severity":1,"message":"81","line":3,"column":29,"nodeType":"82","messageId":"83","endLine":3,"endColumn":37},{"ruleId":"80","severity":1,"message":"84","line":4,"column":14,"nodeType":"82","messageId":"83","endLine":4,"endColumn":26},{"ruleId":"75","severity":1,"message":"76","line":20,"column":19,"nodeType":"77","endLine":20,"endColumn":93},{"ruleId":"78","severity":1,"message":"79","line":22,"column":39,"nodeType":"77","endLine":22,"endColumn":51},{"ruleId":"75","severity":1,"message":"76","line":36,"column":19,"nodeType":"77","endLine":36,"endColumn":104},{"ruleId":"75","severity":1,"message":"76","line":53,"column":19,"nodeType":"77","endLine":53,"endColumn":103},{"ruleId":"75","severity":1,"message":"76","line":68,"column":19,"nodeType":"77","endLine":68,"endColumn":103},{"ruleId":"78","severity":1,"message":"79","line":141,"column":39,"nodeType":"77","endLine":141,"endColumn":51},{"ruleId":"78","severity":1,"message":"79","line":29,"column":55,"nodeType":"77","endLine":29,"endColumn":67},{"ruleId":"78","severity":1,"message":"79","line":30,"column":55,"nodeType":"77","endLine":30,"endColumn":67},{"ruleId":"78","severity":1,"message":"79","line":40,"column":15,"nodeType":"77","endLine":40,"endColumn":27},{"ruleId":"78","severity":1,"message":"79","line":41,"column":15,"nodeType":"77","endLine":41,"endColumn":27},{"ruleId":"78","severity":1,"message":"79","line":42,"column":15,"nodeType":"77","endLine":42,"endColumn":27},{"ruleId":"80","severity":1,"message":"85","line":4,"column":3,"nodeType":"82","messageId":"83","endLine":4,"endColumn":12},{"ruleId":"80","severity":1,"message":"86","line":4,"column":28,"nodeType":"82","messageId":"83","endLine":4,"endColumn":34},{"ruleId":"80","severity":1,"message":"87","line":6,"column":8,"nodeType":"82","messageId":"83","endLine":6,"endColumn":14},{"ruleId":"80","severity":1,"message":"88","line":11,"column":10,"nodeType":"82","messageId":"83","endLine":11,"endColumn":23},{"ruleId":"75","severity":1,"message":"76","line":89,"column":15,"nodeType":"77","endLine":89,"endColumn":68},{"ruleId":"75","severity":1,"message":"76","line":11,"column":43,"nodeType":"77","endLine":11,"endColumn":79},{"ruleId":"80","severity":1,"message":"89","line":5,"column":8,"nodeType":"82","messageId":"83","endLine":5,"endColumn":16},{"ruleId":"80","severity":1,"message":"90","line":6,"column":10,"nodeType":"82","messageId":"83","endLine":6,"endColumn":16},{"ruleId":"80","severity":1,"message":"91","line":6,"column":18,"nodeType":"82","messageId":"83","endLine":6,"endColumn":23},{"ruleId":"80","severity":1,"message":"92","line":6,"column":25,"nodeType":"82","messageId":"83","endLine":6,"endColumn":33},{"ruleId":"80","severity":1,"message":"93","line":7,"column":10,"nodeType":"82","messageId":"83","endLine":7,"endColumn":16},{"ruleId":"80","severity":1,"message":"94","line":1,"column":17,"nodeType":"82","messageId":"83","endLine":1,"endColumn":26},{"ruleId":"80","severity":1,"message":"93","line":2,"column":20,"nodeType":"82","messageId":"83","endLine":2,"endColumn":26},"jsx-a11y/alt-text","img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.","JSXOpeningElement","jsx-a11y/anchor-is-valid","The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md","no-unused-vars","'CardLink' is defined but never used.","Identifier","unusedVar","'CardSubtitle' is defined but never used.","'CardTitle' is defined but never used.","'Button' is defined but never used.","'styles' is defined but never used.","'MultipleItems' is defined but never used.","'Showcase' is defined but never used.","'Switch' is defined but never used.","'Route' is defined but never used.","'Redirect' is defined but never used.","'render' is defined but never used.","'Component' is defined but never used."]