Skip to content

Commit

Permalink
Normalize all the line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardust committed Nov 24, 2022
1 parent 4435a02 commit 789d278
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write --end-of-line lf"
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.5",
Expand Down
7 changes: 6 additions & 1 deletion src/assets/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import { HiOutlineHashtag, HiOutlineHome, HiOutlinePhotograph, HiOutlineUserGroup } from 'react-icons/hi';
import {
HiOutlineHashtag,
HiOutlineHome,
HiOutlinePhotograph,
HiOutlineUserGroup,
} from 'react-icons/hi';

export const genres = [
{ title: 'Pop', value: 'POP' },
Expand Down
5 changes: 1 addition & 4 deletions src/assets/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import loader from './loader.svg';
import logo from './logo.svg';

export {
logo,
loader,
};
export { logo, loader };
4 changes: 1 addition & 3 deletions src/components/Sidebar.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const Sidebar = () => (
<div>Sidebar</div>
);
const Sidebar = () => <div>Sidebar</div>;

export default Sidebar;
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2017,6 +2017,11 @@ prelude-ls@^1.2.1:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==

prettier@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9"
integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==

prop-types@^15.8.1:
version "15.8.1"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
Expand Down

0 comments on commit 789d278

Please sign in to comment.