chore: generate readme.md, lint src/data.js

This commit is contained in:
GitHub Action 2020-12-28 20:56:43 +00:00
parent d7694f6036
commit e5c956a006
2 changed files with 15 additions and 14 deletions

View file

@ -29,6 +29,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
# Awesome Uses ![Awesome][awesome-badge]
* [Matthäus Mzyk](https://matthaeusmzyk.github.io/uses) — T-Shaped Full Stack Developer with strong focus on Frontend
* [Simon Smale](https://github.com/SSmale/uses) — Full Stack Developer and beginner digital gardener
* [Aleksey Razbakov](https://razbakov.com/uses/) — Indie Hacker. Web Developer. Salsa Dancer.
* [Ayush Gupta](https://ayushgupta.tech/uses/) — React & React Native developer, passionate photographer, technical writer and occasionaly designer.

View file

@ -2,21 +2,21 @@
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L6-L21
module.exports = [
{
name: "Matthäus Mzyk",
description: "T-Shaped Full Stack Developer with strong focus on Frontend",
url: "https://matthaeusmzyk.github.io/uses",
emoji: "👨‍🚀",
country: "🇩🇪",
computer: "apple",
phone: "iphone",
name: 'Matthäus Mzyk',
description: 'T-Shaped Full Stack Developer with strong focus on Frontend',
url: 'https://matthaeusmzyk.github.io/uses',
emoji: '👨‍🚀',
country: '🇩🇪',
computer: 'apple',
phone: 'iphone',
tags: [
"Typescript",
"Angular",
"React",
"Node.js",
"Azure",
"Full Stack",
"Front End",
'Typescript',
'Angular',
'React',
'Node.js',
'Azure',
'Full Stack',
'Front End',
],
},
{