mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
Reset indentation
This commit is contained in:
parent
b87c7d221c
commit
d031c79ce7
1 changed files with 19 additions and 19 deletions
38
src/data.js
38
src/data.js
|
|
@ -1,24 +1,24 @@
|
||||||
// keep it commonjs export
|
// keep it commonjs export
|
||||||
module.exports = [
|
module.exports = [
|
||||||
{
|
{
|
||||||
name: 'Marc Berger',
|
name: 'Marc Berger',
|
||||||
description: 'Full-stack Web Developer',
|
description: 'Full-stack Web Developer',
|
||||||
url: 'https://mberger75.github.io/uses/,
|
url: 'https://mberger75.github.io/uses/,
|
||||||
twitter: '@marcbrgr',
|
twitter: '@marcbrgr',
|
||||||
emoji: '📼',
|
emoji: '📼',
|
||||||
country: '🇫🇷',
|
country: '🇫🇷',
|
||||||
computer: 'windows',
|
computer: 'windows',
|
||||||
phone: 'android',
|
phone: 'android',
|
||||||
tags: [
|
tags: [
|
||||||
'Full Stack',
|
'Full Stack',
|
||||||
'JavaScript',
|
'JavaScript'
|
||||||
'TypeScript',
|
'TypeScript',
|
||||||
'Node.js',
|
'Node.js',
|
||||||
'React',
|
'React',
|
||||||
'MongoDB',
|
'MongoDB',
|
||||||
'HTML',
|
'HTML',
|
||||||
'CSS',
|
'CSS',
|
||||||
'Wordpress',
|
'Wordpress',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue