-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 14 KB
/
.eslintcache
1
[{"C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\index.js":"1","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\reportWebVitals.js":"2","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\App.js":"3","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\routes.js":"4","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\NavBar.jsx":"5","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\Main.jsx":"6","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\Contact.jsx":"7","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\Projects.jsx":"8","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\Home.jsx":"9","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\Servicos.jsx":"10","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\Sobre.jsx":"11","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Carousel\\Carousel.jsx":"12","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Buttons\\MegaButton\\MegaButton.jsx":"13","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Buttons\\Button.jsx":"14","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Cards\\Cards.jsx":"15","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Carousel\\Item.jsx":"16"},{"size":517,"mtime":1667216515171,"results":"17","hashOfConfig":"18"},{"size":375,"mtime":1667216515172,"results":"19","hashOfConfig":"18"},{"size":656,"mtime":1667216515062,"results":"20","hashOfConfig":"18"},{"size":758,"mtime":1667216515169,"results":"21","hashOfConfig":"18"},{"size":3106,"mtime":1667216515156,"results":"22","hashOfConfig":"18"},{"size":427,"mtime":1667216515162,"results":"23","hashOfConfig":"18"},{"size":1214,"mtime":1667216515158,"results":"24","hashOfConfig":"18"},{"size":728,"mtime":1667216515164,"results":"25","hashOfConfig":"18"},{"size":1129,"mtime":1667216515160,"results":"26","hashOfConfig":"18"},{"size":2259,"mtime":1667216515166,"results":"27","hashOfConfig":"18"},{"size":1327,"mtime":1667216515168,"results":"28","hashOfConfig":"18"},{"size":3698,"mtime":1667216515153,"results":"29","hashOfConfig":"18"},{"size":471,"mtime":1667216515148,"results":"30","hashOfConfig":"18"},{"size":443,"mtime":1667216515145,"results":"31","hashOfConfig":"18"},{"size":729,"mtime":1667216515151,"results":"32","hashOfConfig":"18"},{"size":1933,"mtime":1667216515154,"results":"33","hashOfConfig":"18"},{"filePath":"34","messages":"35","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},"4pj71h",{"filePath":"37","messages":"38","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"39","messages":"40","errorCount":0,"warningCount":7,"fixableErrorCount":0,"fixableWarningCount":0,"source":"41","usedDeprecatedRules":"36"},{"filePath":"42","messages":"43","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":"44","usedDeprecatedRules":"36"},{"filePath":"45","messages":"46","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"47","messages":"48","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"49","usedDeprecatedRules":"36"},{"filePath":"50","messages":"51","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"52","usedDeprecatedRules":"36"},{"filePath":"53","messages":"54","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"55","messages":"56","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"57","messages":"58","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"59","messages":"60","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"61","messages":"62","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"36"},{"filePath":"63","messages":"64","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"65","usedDeprecatedRules":"36"},{"filePath":"66","messages":"67","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"68","usedDeprecatedRules":"36"},{"filePath":"69","messages":"70","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"71","usedDeprecatedRules":"36"},{"filePath":"72","messages":"73","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\index.js",[],["74","75"],"C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\reportWebVitals.js",[],"C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\App.js",["76","77","78","79","80","81","82"],"import \"./App.css\";\r\nimport NavBar from \"./components/NavBar\";\r\nimport { BrowserRouter as Router, Route } from \"react-router-dom\";\r\n\r\nimport Routes from './components/Pages/routes'\r\nimport { Home } from \"./components/Pages/Home\";\r\nimport { Servicos } from \"./components/Pages/Servicos\";\r\nimport { Sobre } from \"./components/Pages/Sobre\";\r\nimport { Projects } from \"./components/Pages/Projects\";\r\nimport { Contact } from \"./components/Pages/Contact\";\r\nimport { Main } from './components/Pages/Main';\r\n\r\n\r\n\r\nfunction App() {\r\n return (\r\n <>\r\n <Router>\r\n <NavBar/>\r\n <Routes/>\r\n </Router>\r\n </>\r\n );\r\n}\r\n\r\nexport default App;\r\n","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\routes.js",["83","84"],"import {BrowserRouter as Router, Routes, Route} from 'react-router-dom'\r\nimport react from 'react'\r\n\r\nimport { Main } from './Main';\r\n\r\nimport { Home } from './Home';\r\nimport { Servicos } from './Servicos';\r\nimport { Sobre } from './Sobre';\r\nimport { Projects } from './Projects';\r\nimport { Contact } from './Contact';\r\n\r\n\r\nexport default function MainRoutes() {\r\n return (\r\n <Routes>\r\n <Route path=\"/\" element={<Main/>}/>\r\n <Route path=\"/\" element={<Home/>}/>\r\n <Route path=\"/servicos\" element={<Servicos/>}/>\r\n <Route path=\"/sobre\" element={<Sobre/>}/>\r\n <Route path=\"/projetos\" element={<Projects/>}/>\r\n <Route path=\"/contatos\" element={<Contact/>}/>\r\n </Routes>\r\n )\r\n}","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\NavBar.jsx",[],"C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\Main.jsx",["85"],"import React from \"react\";\r\nimport \"./Main.css\"\r\n\r\n\r\nimport { Home } from './Home';\r\nimport { Servicos } from './Servicos';\r\nimport { Sobre } from './Sobre';\r\nimport { Projects } from './Projects';\r\nimport { Contact } from './Contact';\r\nimport NavBar from './../NavBar';\r\n\r\nexport const Main = () => (\r\n <>\r\n <Home />\r\n <Servicos />\r\n <Sobre />\r\n {/* <Skills /> */}\r\n <Projects />\r\n <Contact />\r\n </>\r\n\r\n\r\n)","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\Contact.jsx",["86"],"import React from \"react\";\r\nimport { useEffect } from \"react\";\r\nimport Aos from \"aos\";\r\nimport \"aos/dist/aos.css\"\r\n\r\nimport './Contact.css'\r\n\r\nimport Email from '../../assets/imgs/contato.gif'\r\nimport MegaButton from '../Buttons/MegaButton/MegaButton'\r\n\r\n\r\nexport const Contact = () => {\r\n useEffect(() => {\r\n Aos.init({duration: 1800});\r\n }, [])\r\n\r\n return (\r\n <main className=\"ContContato\" id=\"contatos\">\r\n <aside className=\"conteudoContato\">\r\n <aside data-aos=\"fade-up\" className=\"textoContact\">\r\n <h1>Ficou Interessado<br></br><span>Entre em contato</span></h1>\r\n <MegaButton link=\"https://wa.me/47999568838\" title= \"Envie uma mensagem\"></MegaButton>\r\n </aside>\r\n <img data-aos=\"fade-left\" className=\"emailImg\" src={Email} alt=\"Email\" />\r\n </aside>\r\n <footer className=\"fooContato\">\r\n <aside className=\"fooConteudo\">\r\n <aside className=\"textoFooter\">\r\n <h1 className=\"textfoo\">© 2022 AM serviços. <span>all rights reserved</span></h1>\r\n </aside>\r\n <aside className=\"miniBotaosarea\">\r\n <h1></h1>\r\n </aside>\r\n\r\n </aside>\r\n \r\n </footer>\r\n </main>\r\n );\r\n};\r\n","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\Projects.jsx",[],"C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\Home.jsx",[],"C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\Servicos.jsx",[],"C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Pages\\Sobre.jsx",[],"C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Carousel\\Carousel.jsx",[],"C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Buttons\\MegaButton\\MegaButton.jsx",["87"],"import './MegaButton.css'\r\nimport React from \"react\";\r\nimport 'font-awesome/css/font-awesome.min.css'\r\n\r\n\r\n\r\n\r\nexport default props => { \r\n let url = props.link\r\n return (\r\n <button className='Megabutton' onClick={() => { window.location.href = url}}>\r\n <i className={`fa fa-${props.icon}`}></i>\r\n <span className=\"Megatext\">\r\n <p className='txt'>{props.title}</p> \r\n </span>\r\n </button>\r\n )\r\n}\r\n ","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Buttons\\Button.jsx",["88"],"import './Button.css'\r\nimport React from \"react\";\r\nimport 'font-awesome/css/font-awesome.min.css'\r\n\r\n\r\n\r\n\r\nexport default props => { \r\n let url = props.link\r\n return (\r\n <button className='button' onClick={() => { window.location.href = url}}>\r\n <i className={`fa fa-${props.icon}`}></i>\r\n <span className=\"text\">\r\n <p>{props.title}</p> \r\n </span>\r\n </button>\r\n )\r\n}\r\n ","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Cards\\Cards.jsx",["89"],"import './Cards.css'\r\nimport React from \"react\";\r\n\r\nexport default props =>\r\n <React.Fragment>\r\n <aside className=\"contCard\">\r\n <img src={props.imagem} alt=\"\" />\r\n <aside className=\"textCard\">\r\n <h1>{props.title}</h1>\r\n <h1>{props.subtitle}</h1>\r\n <h1>{props.subtitle1}</h1>\r\n <h1>{props.subtitle2}</h1>\r\n <h1>{props.subtitle3}</h1>\r\n <h1>{props.subtitle4}</h1>\r\n <h1>{props.subtitle5}</h1>\r\n <h1>{props.subtitle6}</h1>\r\n <h1>{props.subtitle7}</h1>\r\n <h1>{props.subtitle8}</h1>\r\n\r\n\r\n\r\n\r\n </aside>\r\n </aside>\r\n </React.Fragment> ","C:\\Users\\tiner\\Documents\\GitHub\\portifolio-AMservicos\\src\\components\\Carousel\\Item.jsx",[],{"ruleId":"90","replacedBy":"91"},{"ruleId":"92","replacedBy":"93"},{"ruleId":"94","severity":1,"message":"95","line":3,"column":35,"nodeType":"96","messageId":"97","endLine":3,"endColumn":40},{"ruleId":"94","severity":1,"message":"98","line":6,"column":10,"nodeType":"96","messageId":"97","endLine":6,"endColumn":14},{"ruleId":"94","severity":1,"message":"99","line":7,"column":10,"nodeType":"96","messageId":"97","endLine":7,"endColumn":18},{"ruleId":"94","severity":1,"message":"100","line":8,"column":10,"nodeType":"96","messageId":"97","endLine":8,"endColumn":15},{"ruleId":"94","severity":1,"message":"101","line":9,"column":10,"nodeType":"96","messageId":"97","endLine":9,"endColumn":18},{"ruleId":"94","severity":1,"message":"102","line":10,"column":10,"nodeType":"96","messageId":"97","endLine":10,"endColumn":17},{"ruleId":"94","severity":1,"message":"103","line":11,"column":10,"nodeType":"96","messageId":"97","endLine":11,"endColumn":14},{"ruleId":"94","severity":1,"message":"104","line":1,"column":26,"nodeType":"96","messageId":"97","endLine":1,"endColumn":32},{"ruleId":"94","severity":1,"message":"105","line":2,"column":8,"nodeType":"96","messageId":"97","endLine":2,"endColumn":13},{"ruleId":"94","severity":1,"message":"106","line":10,"column":8,"nodeType":"96","messageId":"97","endLine":10,"endColumn":14},{"ruleId":"107","severity":1,"message":"108","line":32,"column":15,"nodeType":"109","endLine":32,"endColumn":19},{"ruleId":"110","severity":1,"message":"111","line":8,"column":1,"nodeType":"112","endLine":18,"endColumn":2},{"ruleId":"110","severity":1,"message":"111","line":8,"column":1,"nodeType":"112","endLine":18,"endColumn":2},{"ruleId":"110","severity":1,"message":"111","line":4,"column":1,"nodeType":"112","endLine":25,"endColumn":21},"no-native-reassign",["113"],"no-negated-in-lhs",["114"],"no-unused-vars","'Route' is defined but never used.","Identifier","unusedVar","'Home' is defined but never used.","'Servicos' is defined but never used.","'Sobre' is defined but never used.","'Projects' is defined but never used.","'Contact' is defined but never used.","'Main' is defined but never used.","'Router' is defined but never used.","'react' is defined but never used.","'NavBar' is defined but never used.","jsx-a11y/heading-has-content","Headings must have content and the content must be accessible by a screen reader.","JSXOpeningElement","import/no-anonymous-default-export","Assign arrow function to a variable before exporting as module default","ExportDefaultDeclaration","no-global-assign","no-unsafe-negation"]