-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintcache
1 lines (1 loc) · 13.6 KB
/
.eslintcache
1
[{"C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\index.js":"1","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\App.js":"2","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Login.js":"3","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Dashboard.js":"4","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\LeftMenu.js":"5","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Right.js":"6","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Controls.js":"7","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\MenuItem-1.js":"8","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Header.js":"9","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Banner.js":"10","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\SongsList.js":"11","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\SongListItem.js":"12","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Redux\\Store.js":"13","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Redux\\rootReducer.js":"14","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Redux\\Reducer.js":"15"},{"size":443,"mtime":1609498404127,"results":"16","hashOfConfig":"17"},{"size":240,"mtime":1608660821650,"results":"18","hashOfConfig":"17"},{"size":1392,"mtime":1609499957973,"results":"19","hashOfConfig":"17"},{"size":453,"mtime":1608830701742,"results":"20","hashOfConfig":"17"},{"size":1725,"mtime":1609498179419,"results":"21","hashOfConfig":"17"},{"size":389,"mtime":1608823885966,"results":"22","hashOfConfig":"17"},{"size":2451,"mtime":1609495904618,"results":"23","hashOfConfig":"17"},{"size":238,"mtime":1608673159381,"results":"24","hashOfConfig":"17"},{"size":768,"mtime":1608678890263,"results":"25","hashOfConfig":"17"},{"size":932,"mtime":1608711432336,"results":"26","hashOfConfig":"17"},{"size":2092,"mtime":1608827461128,"results":"27","hashOfConfig":"17"},{"size":777,"mtime":1609496404252,"results":"28","hashOfConfig":"17"},{"size":435,"mtime":1609498426482,"results":"29","hashOfConfig":"17"},{"size":347,"mtime":1609498338116,"results":"30","hashOfConfig":"17"},{"size":466,"mtime":1609498750685,"results":"31","hashOfConfig":"17"},{"filePath":"32","messages":"33","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"34","usedDeprecatedRules":"35"},"1v877cz",{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"38","messages":"39","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"40","messages":"41","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"42","messages":"43","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":"44","usedDeprecatedRules":"35"},{"filePath":"45","messages":"46","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"47","messages":"48","errorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":"49","usedDeprecatedRules":"35"},{"filePath":"50","messages":"51","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"52","messages":"53","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"54","usedDeprecatedRules":"35"},{"filePath":"55","messages":"56","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"57","messages":"58","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"59","messages":"60","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"61","messages":"62","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":"63","usedDeprecatedRules":"35"},{"filePath":"64","messages":"65","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},{"filePath":"66","messages":"67","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"35"},"C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\index.js",["68"],"import React from 'react';\nimport ReactDOM from 'react-dom';\nimport './index.css';\nimport App from './App';\nimport {Provider} from \"react-redux\"\nimport {PersistGate, persistGate} from \"redux-persist/integration/react\"\nimport {store,persistor} from \"./Redux/Store\"\n\nReactDOM.render(\n <Provider store={store}>\n <PersistGate persistor={persistor}>\n <App />\n </PersistGate>\n </Provider>,\n document.getElementById('root')\n);",["69","70"],"C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\App.js",[],"C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Login.js",["71"],"C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Dashboard.js",[],"C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\LeftMenu.js",["72","73"],"import React from \"react\";\r\nimport \"./LeftMenu.css\"\r\nimport HomeIcon from '@material-ui/icons/Home';\r\nimport MenuItem1 from \"./MenuItem-1\";\r\nimport SearchIcon from '@material-ui/icons/Search';\r\nimport PlaylistPlayIcon from '@material-ui/icons/PlaylistPlay';\r\nimport AddBoxIcon from '@material-ui/icons/AddBox';\r\nimport FavoriteIcon from '@material-ui/icons/Favorite';\r\nimport PlayForWorkOutlinedIcon from '@material-ui/icons/PlayForWorkOutlined';\r\nconst LeftMenu = () => {\r\n return(\r\n <div className=\"leftmenu\">\r\n <img className=\"logo\" src=\"https://pinupsandpompadours.com/wp-content/uploads/2020/09/Spotify_Logo_RGB_White.png\" />\r\n <div className=\"list\">\r\n <MenuItem1 Icon={HomeIcon} text={\"Home\"} />\r\n <MenuItem1 Icon={SearchIcon} text={\"Search\"} />\r\n <MenuItem1 Icon={PlaylistPlayIcon} text={\"Your Library\"} />\r\n </div>\r\n <hr />\r\n <p className=\"playlist\">PLAYLISTS</p>\r\n <div className=\"list\">\r\n <MenuItem1 Icon={AddBoxIcon} text={\"Create Playlist\"} />\r\n <MenuItem1 Icon={FavoriteIcon} text={\"Liked Songs\"} />\r\n <MenuItem1 Icon={PlaylistPlayIcon} text={\"Your Library\"} />\r\n </div>\r\n <hr />\r\n <div className=\"list\">\r\n <MenuItem1 text={\"Create Playlist\"} />\r\n <MenuItem1 text={\"Liked Songs\"} />\r\n <MenuItem1 text={\"Your Library\"} />\r\n </div>\r\n {/* <div className=\"download\">\r\n <MenuItem1 className=\"downloadText\" Icon={PlayForWorkOutlinedIcon} text={\"Install App\"} />\r\n </div> */}\r\n </div>\r\n )\r\n}\r\nexport default LeftMenu;","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Right.js",[],"C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Controls.js",["74","75","76"],"import React from \"react\"\r\nimport \"./Controls.css\"\r\nimport Cookies from 'js-cookie'\r\nimport FavoriteBorderIcon from '@material-ui/icons/FavoriteBorder';\r\nimport AirplaySharpIcon from '@material-ui/icons/AirplaySharp';\r\n// import SpotifyPlayer from 'react-spotify-web-playback';\r\nimport SpotifyPlayer from 'react-spotify-player';\r\n\r\n// const Controls = () =>{\r\n// return(\r\n// <div className=\"controls\">\r\n// <div className=\"controls-left\">\r\n// <img src=\"https://i.scdn.co/image/ab67616d00001e0222b2a5403f63171dc5b78e55\" alt=\"\" />\r\n// <div className=\"name\">\r\n// <p>Better</p>\r\n// <p>Ananya Birla</p>\r\n// </div>\r\n// <FavoriteBorderIcon />\r\n// <AirplaySharpIcon />\r\n// </div>\r\n// <div className=\"middle\">\r\n// <h2>middle</h2>\r\n// </div>\r\n// <div className=\"controls-right\">\r\n// <h2>right</h2>\r\n// </div>\r\n// </div>\r\n// )\r\n// }\r\n// const Controls = () =>{\r\n// const token = Cookies.get('spotifyAuthToken')\r\n// return(\r\n// <div className=\"controls\">\r\n// <SpotifyPlayer\r\n// autoPlay={\"true\"}\r\n// initialVolume={1}\r\n// magnifySliderOnHover={\"true\"}\r\n// name={\"Player\"}\r\n// offset={1}\r\n// token={token}\r\n// uris={['spotify:track:6rqhFgbbKwnb9MLmUQDhG6']}\r\n// styles={{\r\n// activeColor: 'white',\r\n// fontColor:\"white\",\r\n// bgColor: '#333',\r\n// color: 'white',\r\n// loaderColor: 'white',\r\n// sliderColor: 'white',\r\n// trackArtistColor: 'white',\r\n// trackNameColor: 'white',\r\n// }}\r\n// />\r\n// </div>\r\n// )\r\n// }\r\nconst Controls = () =>{\r\n const token = Cookies.get('spotifyAuthToken')\r\n const size = {\r\n width: '100%',\r\n height: 300,\r\n };\r\n const view = 'list'; // or 'coverart'\r\n const theme = 'black'; // or 'white'\r\n return(\r\n <div className=\"controls\">\r\n <SpotifyPlayer\r\n uri=\"spotify:album:3oIFxDIo2fwuk4lwCmFZCx\"\r\n size={size}\r\n view={view}\r\n theme={theme}\r\n />\r\n </div>\r\n )\r\n}\r\nexport default Controls;","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\MenuItem-1.js",[],"C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Header.js",["77"],"import React from \"react\"\r\nimport ChevronLeftIcon from '@material-ui/icons/ChevronLeft';\r\nimport ChevronRightIcon from '@material-ui/icons/ChevronRight';\r\nimport PersonIcon from '@material-ui/icons/Person';\r\nimport \"./Header.css\"\r\nimport Banner from \"./Banner\";\r\n\r\nconst name= \"Jayanth Kumar\"\r\nconst Header = () => (\r\n <div className=\"header\">\r\n <div className=\"left\">\r\n <ChevronLeftIcon className=\"left-arrow arrow\"/>\r\n <ChevronRightIcon className=\"right-arrow arrow\" />\r\n </div>\r\n <div className=\"right\">\r\n <button className=\"upgrade\">UPGRADE</button>\r\n <button className=\"name\"><PersonIcon/><span>{`${name.substring(0,7)}...`}</span></button>\r\n </div>\r\n </div>\r\n)\r\nexport default Header;","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Banner.js",[],"C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\SongsList.js",[],"C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\SongListItem.js",[],"C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Redux\\Store.js",["78"],"import {createStore,applyMiddleware} from \"redux\"\r\nimport {persistStore} from \"redux-persist\"\r\nimport logger from \"redux-logger\"\r\nimport rootReducer from \"./rootReducer\"\r\n\r\nconst middlewares=[];\r\n\r\nif(process.env.NODE_ENV ===\"development\"){\r\n middlewares.push(logger)\r\n}\r\nexport const store= createStore(rootReducer,applyMiddleware(...middlewares));\r\nexport const persistor=persistStore(store);\r\nexport default {store,persistStore};","C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Redux\\rootReducer.js",[],"C:\\Users\\jayan\\OneDrive\\Desktop\\spotify-clone-by-jayanth\\src\\Redux\\Reducer.js",[],{"ruleId":"79","severity":1,"message":"80","line":6,"column":22,"nodeType":"81","messageId":"82","endLine":6,"endColumn":33},{"ruleId":"83","replacedBy":"84"},{"ruleId":"85","replacedBy":"86"},{"ruleId":"87","severity":1,"message":"88","line":22,"column":9,"nodeType":"89","endLine":22,"endColumn":120},{"ruleId":"79","severity":1,"message":"90","line":9,"column":8,"nodeType":"81","messageId":"82","endLine":9,"endColumn":31},{"ruleId":"87","severity":1,"message":"88","line":13,"column":13,"nodeType":"89","endLine":13,"endColumn":129},{"ruleId":"79","severity":1,"message":"91","line":4,"column":8,"nodeType":"81","messageId":"82","endLine":4,"endColumn":26},{"ruleId":"79","severity":1,"message":"92","line":5,"column":8,"nodeType":"81","messageId":"82","endLine":5,"endColumn":24},{"ruleId":"79","severity":1,"message":"93","line":57,"column":11,"nodeType":"81","messageId":"82","endLine":57,"endColumn":16},{"ruleId":"79","severity":1,"message":"94","line":6,"column":8,"nodeType":"81","messageId":"82","endLine":6,"endColumn":14},{"ruleId":"95","severity":1,"message":"96","line":13,"column":1,"nodeType":"97","endLine":13,"endColumn":37},"no-unused-vars","'persistGate' is defined but never used.","Identifier","unusedVar","no-native-reassign",["98"],"no-negated-in-lhs",["99"],"jsx-a11y/alt-text","img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.","JSXOpeningElement","'PlayForWorkOutlinedIcon' is defined but never used.","'FavoriteBorderIcon' is defined but never used.","'AirplaySharpIcon' is defined but never used.","'token' is assigned a value but never used.","'Banner' is defined but never used.","import/no-anonymous-default-export","Assign object to a variable before exporting as module default","ExportDefaultDeclaration","no-global-assign","no-unsafe-negation"]