-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refacto(prettier): Prettier format on root project & Example (#28)
* Prettier shot * Remove ExampleExpo from packagejson
- Loading branch information
Marvin Frachet
authored
Oct 18, 2017
1 parent
58e3cc4
commit 1207fe1
Showing
8 changed files
with
138 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"extends": "airbnb", | ||
"plugins": ["react", "jsx-a11y", "import"], | ||
"rules": { | ||
"react/jsx-filename-extension": "off", | ||
"jsx-a11y/img-has-alt": "off", | ||
"jsx-a11y/href-no-hash": "off", | ||
"import/no-extraneous-dependencies": "off" | ||
}, | ||
"env": { | ||
"jest": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,66 @@ | ||
export default [{ | ||
id: 1, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, { | ||
id: 2, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, { | ||
id: 3, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, { | ||
id: 4, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, { | ||
id: 5, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, { | ||
id: 6, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, { | ||
id: 7, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, { | ||
id: 8, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}]; | ||
export default [ | ||
{ | ||
id: 1, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: | ||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, | ||
{ | ||
id: 2, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: | ||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, | ||
{ | ||
id: 3, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: | ||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, | ||
{ | ||
id: 4, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: | ||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, | ||
{ | ||
id: 5, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: | ||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, | ||
{ | ||
id: 6, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: | ||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, | ||
{ | ||
id: 7, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: | ||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, | ||
{ | ||
id: 8, | ||
image: 'https://i.stack.imgur.com/Oe5c6.jpg?s=128&g=1', | ||
content: | ||
'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt', | ||
username: 'Marvin Frachet', | ||
date: '21, June 2017', | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters