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

This commit is contained in:
GitHub Action 2021-03-09 07:09:18 +00:00
parent c967433619
commit 631faaa93f
2 changed files with 18 additions and 17 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] # Awesome Uses ![Awesome][awesome-badge]
* [Salma Alam-Naylor](https://whitep4nth3r.com/uses) — Live coding streamer, writer and speaker
* [Vadim Smirnov](https://fuzzyreason.io/uses) — Software engineer and Community Leader at Facebook DevC. Working in React ecosystem. * [Vadim Smirnov](https://fuzzyreason.io/uses) — Software engineer and Community Leader at Facebook DevC. Working in React ecosystem.
* [Denys Tynok](https://famiclone.ml/uses/) — Front-end development * [Denys Tynok](https://famiclone.ml/uses/) — Front-end development
* [Alan Redzepagic](https://alanred.me/uses) — Front-end development, web native, tech enthusiast * [Alan Redzepagic](https://alanred.me/uses) — Front-end development, web native, tech enthusiast

View file

@ -2,24 +2,24 @@
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68 // Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L53-L68
module.exports = [ module.exports = [
{ {
name: "Salma Alam-Naylor", name: 'Salma Alam-Naylor',
description: "Live coding streamer, writer and speaker", description: 'Live coding streamer, writer and speaker',
url: "https://whitep4nth3r.com/uses", url: 'https://whitep4nth3r.com/uses',
twitter: "@whitep4nth3r", twitter: '@whitep4nth3r',
emoji: "⚡️", emoji: '⚡️',
country: "🇬🇧", country: '🇬🇧',
computer: "apple", computer: 'apple',
phone: "iphone", phone: 'iphone',
tags: [ tags: [
"Accessibility", 'Accessibility',
"Blogger", 'Blogger',
"CSS", 'CSS',
"Developer", 'Developer',
"JAMstack", 'JAMstack',
"JavaScript", 'JavaScript',
"Node.js", 'Node.js',
"Speaker", 'Speaker',
"Streamer", 'Streamer',
], ],
}, },
{ {