-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintcache
1 lines (1 loc) · 11.1 KB
/
.eslintcache
1
[{"D:\\ReactJs\\responsive-react-app\\src\\components\\Navbar.js":"1","D:\\ReactJs\\responsive-react-app\\src\\index.js":"2","D:\\ReactJs\\responsive-react-app\\src\\components\\Button.js":"3","D:\\ReactJs\\responsive-react-app\\src\\App.js":"4","D:\\ReactJs\\responsive-react-app\\src\\pages\\Footer.js":"5","D:\\ReactJs\\responsive-react-app\\src\\pages\\HomePage\\Home.js":"6","D:\\ReactJs\\responsive-react-app\\src\\pages\\HomePage\\Data.js":"7","D:\\ReactJs\\responsive-react-app\\src\\pages\\Products\\Data.js":"8","D:\\ReactJs\\responsive-react-app\\src\\pages\\Products\\Products.js":"9","D:\\ReactJs\\responsive-react-app\\src\\pages\\Services\\Services.js":"10","D:\\ReactJs\\responsive-react-app\\src\\components\\HeroSection.js":"11","D:\\ReactJs\\responsive-react-app\\src\\components\\Pricing.js":"12","D:\\ReactJs\\responsive-react-app\\src\\pages\\SignUp\\SignUp.js":"13","D:\\ReactJs\\responsive-react-app\\src\\pages\\SignUp\\Data.js":"14","D:\\ReactJs\\responsive-react-app\\src\\pages\\Services\\Data.js":"15","D:\\ReactJs\\responsive-react-app\\src\\pages\\SignUp\\SignupModal.js":"16"},{"size":2965,"mtime":1606725709400,"results":"17","hashOfConfig":"18"},{"size":155,"mtime":1606309602919,"results":"19","hashOfConfig":"18"},{"size":795,"mtime":1606337698780,"results":"20","hashOfConfig":"18"},{"size":863,"mtime":1607094448380,"results":"21","hashOfConfig":"18"},{"size":4044,"mtime":1606720756461,"results":"22","hashOfConfig":"18"},{"size":469,"mtime":1606339923428,"results":"23","hashOfConfig":"18"},{"size":1790,"mtime":1606338921309,"results":"24","hashOfConfig":"18"},{"size":1792,"mtime":1606339040338,"results":"25","hashOfConfig":"18"},{"size":377,"mtime":1606339934394,"results":"26","hashOfConfig":"18"},{"size":401,"mtime":1606339945868,"results":"27","hashOfConfig":"18"},{"size":1770,"mtime":1606720545143,"results":"28","hashOfConfig":"18"},{"size":2874,"mtime":1606381378504,"results":"29","hashOfConfig":"18"},{"size":1156,"mtime":1606725842054,"results":"30","hashOfConfig":"18"},{"size":1786,"mtime":1606340161735,"results":"31","hashOfConfig":"18"},{"size":1790,"mtime":1606339106807,"results":"32","hashOfConfig":"18"},{"size":1161,"mtime":1606725297228,"results":"33","hashOfConfig":"18"},{"filePath":"34","messages":"35","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1vzk8r8",{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"38"},{"filePath":"39","messages":"40","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"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":"38"},{"filePath":"45","messages":"46","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"38"},{"filePath":"47","messages":"48","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"49","messages":"50","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"51","messages":"52","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":"53","usedDeprecatedRules":"54"},{"filePath":"55","messages":"56","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":"57","usedDeprecatedRules":"58"},{"filePath":"59","messages":"60","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"38"},{"filePath":"61","messages":"62","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"63","messages":"64","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":"65","usedDeprecatedRules":"66"},{"filePath":"67","messages":"68","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"69","messages":"70","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"38"},{"filePath":"71","messages":"72","errorCount":0,"warningCount":6,"fixableErrorCount":0,"fixableWarningCount":0,"source":"73","usedDeprecatedRules":"38"},"D:\\ReactJs\\responsive-react-app\\src\\components\\Navbar.js",[],"D:\\ReactJs\\responsive-react-app\\src\\index.js",[],["74","75"],"D:\\ReactJs\\responsive-react-app\\src\\components\\Button.js",[],"D:\\ReactJs\\responsive-react-app\\src\\App.js",[],"D:\\ReactJs\\responsive-react-app\\src\\pages\\Footer.js",[],"D:\\ReactJs\\responsive-react-app\\src\\pages\\HomePage\\Home.js",[],"D:\\ReactJs\\responsive-react-app\\src\\pages\\HomePage\\Data.js",[],"D:\\ReactJs\\responsive-react-app\\src\\pages\\Products\\Data.js",[],"D:\\ReactJs\\responsive-react-app\\src\\pages\\Products\\Products.js",["76","77","78"],"import React from 'react';\r\nimport HeroSection from '../../components/HeroSection';\r\nimport { homeObjOne, homeObjTwo, homeObjThree, homeObjFour } from './Data';\r\nimport Pricing from'../../components/Pricing';\r\n\r\nfunction Products() {\r\n return (\r\n <>\r\n <HeroSection {...homeObjOne} />\r\n <HeroSection {...homeObjTwo} />\r\n </>\r\n );\r\n}\r\n\r\nexport default Products;",["79","80"],"D:\\ReactJs\\responsive-react-app\\src\\pages\\Services\\Services.js",["81","82"],"import React from 'react';\r\nimport HeroSection from '../../components/HeroSection';\r\nimport { homeObjOne, homeObjTwo, homeObjThree, homeObjFour } from './Data';\r\nimport Pricing from '../../components/Pricing';\r\n\r\nfunction Services() {\r\n return (\r\n <>\r\n <Pricing />\r\n <HeroSection {...homeObjOne} />\r\n <HeroSection {...homeObjThree} />\r\n </>\r\n );\r\n}\r\n\r\nexport default Services;\r\n",["83","84"],"D:\\ReactJs\\responsive-react-app\\src\\components\\HeroSection.js",[],"D:\\ReactJs\\responsive-react-app\\src\\components\\Pricing.js",[],"D:\\ReactJs\\responsive-react-app\\src\\pages\\SignUp\\SignUp.js",["85","86","87"],"import React, {useState} from 'react';\r\nimport HeroSection from '../../components/HeroSection';\r\nimport { homeObjOne, homeObjTwo, homeObjThree, homeObjFour } from './Data';\r\nimport Pricing from '../../components/Pricing';\r\nimport Modal from 'react-bootstrap/Modal';\r\nimport Button from 'react-bootstrap/Button';\r\n\r\n\r\nconst SignUp = ()=> {\r\n\r\n const [show, setShow] = useState(false);\r\n const handleClose = () => setShow(false);\r\n const handleShow = () => setShow(true);\r\n \r\n return (\r\n <>\r\n <HeroSection {...homeObjOne} />\r\n <HeroSection {...homeObjThree} />\r\n \r\n <Button variant=\"primary\" onClick={handleShow}>\r\n Launch demo modal\r\n </Button>\r\n\r\n<Modal show={show} onHide={handleClose}>\r\n <Modal.Header closeButton>\r\n <Modal.Title>Modal heading</Modal.Title>\r\n </Modal.Header>\r\n <Modal.Body>Woohoo, you're reading this text in a modal!</Modal.Body>\r\n <Modal.Footer>\r\n <Button variant=\"secondary\" onClick={handleClose}>\r\n Close\r\n </Button>\r\n <Button variant=\"primary\" onClick={handleClose}>\r\n Save Changes\r\n </Button>\r\n </Modal.Footer>\r\n</Modal>\r\n</>\r\n )\r\n}\r\n \r\n\r\nexport default SignUp;",["88","89"],"D:\\ReactJs\\responsive-react-app\\src\\pages\\SignUp\\Data.js",[],"D:\\ReactJs\\responsive-react-app\\src\\pages\\Services\\Data.js",[],"D:\\ReactJs\\responsive-react-app\\src\\pages\\SignUp\\SignupModal.js",["90","91","92","93","94","95"],"import React, {useState} from 'react';\r\nimport HeroSection from '../../components/HeroSection';\r\nimport { homeObjOne, homeObjTwo, homeObjThree, homeObjFour } from './Data';\r\nimport Pricing from '../../components/Pricing';\r\nimport Modal from 'react-bootstrap/Modal';\r\nimport Button from 'react-bootstrap/Button';\r\n\r\n\r\nfunction SignupModal() {\r\n const [show, setShow] = useState(false);\r\n\r\n const handleClose = () => setShow(false);\r\n const handleShow = () => setShow(true);\r\n\r\n return (\r\n <>\r\n <Button variant=\"primary\" onClick={handleShow}>\r\n Launch demo modal\r\n </Button>\r\n\r\n <Modal show={show} onHide={handleClose}>\r\n <Modal.Header closeButton>\r\n <Modal.Title>Modal heading</Modal.Title>\r\n </Modal.Header>\r\n <Modal.Body>Woohoo, you're reading this text in a modal!</Modal.Body>\r\n <Modal.Footer>\r\n <Button variant=\"secondary\" onClick={handleClose}>\r\n Close\r\n </Button>\r\n <Button variant=\"primary\" onClick={handleClose}>\r\n Save Changes\r\n </Button>\r\n </Modal.Footer>\r\n </Modal>\r\n </>\r\n );\r\n}\r\n\r\nexport default SignupModal;",{"ruleId":"96","replacedBy":"97"},{"ruleId":"98","replacedBy":"99"},{"ruleId":"100","severity":1,"message":"101","line":3,"column":34,"nodeType":"102","messageId":"103","endLine":3,"endColumn":46},{"ruleId":"100","severity":1,"message":"104","line":3,"column":48,"nodeType":"102","messageId":"103","endLine":3,"endColumn":59},{"ruleId":"100","severity":1,"message":"105","line":4,"column":8,"nodeType":"102","messageId":"103","endLine":4,"endColumn":15},{"ruleId":"96","replacedBy":"106"},{"ruleId":"98","replacedBy":"107"},{"ruleId":"100","severity":1,"message":"108","line":3,"column":22,"nodeType":"102","messageId":"103","endLine":3,"endColumn":32},{"ruleId":"100","severity":1,"message":"104","line":3,"column":48,"nodeType":"102","messageId":"103","endLine":3,"endColumn":59},{"ruleId":"96","replacedBy":"109"},{"ruleId":"98","replacedBy":"110"},{"ruleId":"100","severity":1,"message":"108","line":3,"column":22,"nodeType":"102","messageId":"103","endLine":3,"endColumn":32},{"ruleId":"100","severity":1,"message":"104","line":3,"column":48,"nodeType":"102","messageId":"103","endLine":3,"endColumn":59},{"ruleId":"100","severity":1,"message":"105","line":4,"column":8,"nodeType":"102","messageId":"103","endLine":4,"endColumn":15},{"ruleId":"96","replacedBy":"111"},{"ruleId":"98","replacedBy":"112"},{"ruleId":"100","severity":1,"message":"113","line":2,"column":8,"nodeType":"102","messageId":"103","endLine":2,"endColumn":19},{"ruleId":"100","severity":1,"message":"114","line":3,"column":10,"nodeType":"102","messageId":"103","endLine":3,"endColumn":20},{"ruleId":"100","severity":1,"message":"108","line":3,"column":22,"nodeType":"102","messageId":"103","endLine":3,"endColumn":32},{"ruleId":"100","severity":1,"message":"101","line":3,"column":34,"nodeType":"102","messageId":"103","endLine":3,"endColumn":46},{"ruleId":"100","severity":1,"message":"104","line":3,"column":48,"nodeType":"102","messageId":"103","endLine":3,"endColumn":59},{"ruleId":"100","severity":1,"message":"105","line":4,"column":8,"nodeType":"102","messageId":"103","endLine":4,"endColumn":15},"no-native-reassign",["115"],"no-negated-in-lhs",["116"],"no-unused-vars","'homeObjThree' is defined but never used.","Identifier","unusedVar","'homeObjFour' is defined but never used.","'Pricing' is defined but never used.",["115"],["116"],"'homeObjTwo' is defined but never used.",["115"],["116"],["115"],["116"],"'HeroSection' is defined but never used.","'homeObjOne' is defined but never used.","no-global-assign","no-unsafe-negation"]