From e5c956a0060a0460a4b48d79780887c5578b79bf Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 28 Dec 2020 20:56:43 +0000 Subject: [PATCH] chore: generate `readme.md`, lint `src/data.js` --- readme.md | 1 + src/data.js | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/readme.md b/readme.md index 49974c77..5d466de7 100644 --- a/readme.md +++ b/readme.md @@ -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. diff --git a/src/data.js b/src/data.js index 9cf3dc64..326dade9 100644 --- a/src/data.js +++ b/src/data.js @@ -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', ], }, {