Skip to content

Commit 4663ae4

Browse files
Prettier
1 parent f5e4c7f commit 4663ae4

File tree

103 files changed

+927
-764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+927
-764
lines changed

.github/styles/Google/GenderBias.yml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4,42 +4,42 @@ link: 'https://developers.google.com/style/inclusive-documentation'
44
ignorecase: true
55
level: error
66
swap:
7-
(?:alumna|alumnus): graduate
8-
(?:alumnae|alumni): graduates
9-
air(?:m[ae]n|wom[ae]n): pilot(s)
10-
anchor(?:m[ae]n|wom[ae]n): anchor(s)
11-
authoress: author
12-
camera(?:m[ae]n|wom[ae]n): camera operator(s)
13-
chair(?:m[ae]n|wom[ae]n): chair(s)
7+
(?:alumna|alumnus): graduate
8+
(?:alumnae|alumni): graduates
9+
air(?:m[ae]n|wom[ae]n): pilot(s)
10+
anchor(?:m[ae]n|wom[ae]n): anchor(s)
11+
authoress: author
12+
camera(?:m[ae]n|wom[ae]n): camera operator(s)
13+
chair(?:m[ae]n|wom[ae]n): chair(s)
1414
congress(?:m[ae]n|wom[ae]n): member(s) of congress
15-
door(?:m[ae]|wom[ae]n): concierge(s)
16-
draft(?:m[ae]n|wom[ae]n): drafter(s)
17-
fire(?:m[ae]n|wom[ae]n): firefighter(s)
18-
fisher(?:m[ae]n|wom[ae]n): fisher(s)
19-
fresh(?:m[ae]n|wom[ae]n): first-year student(s)
20-
garbage(?:m[ae]n|wom[ae]n): waste collector(s)
21-
lady lawyer: lawyer
22-
ladylike: courteous
23-
landlord: building manager
24-
mail(?:m[ae]n|wom[ae]n): mail carriers
25-
man and wife: husband and wife
26-
man enough: strong enough
27-
mankind: human kind
28-
manmade: manufactured
29-
manpower: personnel
30-
men and girls: men and women
31-
middle(?:m[ae]n|wom[ae]n): intermediary
32-
news(?:m[ae]n|wom[ae]n): journalist(s)
33-
ombuds(?:man|woman): ombuds
34-
oneupmanship: upstaging
35-
poetess: poet
36-
police(?:m[ae]n|wom[ae]n): police officer(s)
37-
repair(?:m[ae]n|wom[ae]n): technician(s)
38-
sales(?:m[ae]n|wom[ae]n): salesperson or sales people
39-
service(?:m[ae]n|wom[ae]n): soldier(s)
40-
steward(?:ess)?: flight attendant
41-
tribes(?:m[ae]n|wom[ae]n): tribe member(s)
42-
waitress: waiter
43-
woman doctor: doctor
44-
woman scientist[s]?: scientist(s)
45-
work(?:m[ae]n|wom[ae]n): worker(s)
15+
door(?:m[ae]|wom[ae]n): concierge(s)
16+
draft(?:m[ae]n|wom[ae]n): drafter(s)
17+
fire(?:m[ae]n|wom[ae]n): firefighter(s)
18+
fisher(?:m[ae]n|wom[ae]n): fisher(s)
19+
fresh(?:m[ae]n|wom[ae]n): first-year student(s)
20+
garbage(?:m[ae]n|wom[ae]n): waste collector(s)
21+
lady lawyer: lawyer
22+
ladylike: courteous
23+
landlord: building manager
24+
mail(?:m[ae]n|wom[ae]n): mail carriers
25+
man and wife: husband and wife
26+
man enough: strong enough
27+
mankind: human kind
28+
manmade: manufactured
29+
manpower: personnel
30+
men and girls: men and women
31+
middle(?:m[ae]n|wom[ae]n): intermediary
32+
news(?:m[ae]n|wom[ae]n): journalist(s)
33+
ombuds(?:man|woman): ombuds
34+
oneupmanship: upstaging
35+
poetess: poet
36+
police(?:m[ae]n|wom[ae]n): police officer(s)
37+
repair(?:m[ae]n|wom[ae]n): technician(s)
38+
sales(?:m[ae]n|wom[ae]n): salesperson or sales people
39+
service(?:m[ae]n|wom[ae]n): soldier(s)
40+
steward(?:ess)?: flight attendant
41+
tribes(?:m[ae]n|wom[ae]n): tribe member(s)
42+
waitress: waiter
43+
woman doctor: doctor
44+
woman scientist[s]?: scientist(s)
45+
work(?:m[ae]n|wom[ae]n): worker(s)

.github/styles/Google/Parens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extends: existence
2-
message: "Use parentheses judiciously."
2+
message: 'Use parentheses judiciously.'
33
link: 'https://developers.google.com/style/parentheses'
44
nonword: true
55
level: suggestion

.github/styles/Google/Quotes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extends: existence
2-
message: "Commas and periods go inside quotation marks."
2+
message: 'Commas and periods go inside quotation marks.'
33
link: 'https://developers.google.com/style/quotation-marks'
44
level: error
55
nonword: true

.github/styles/Google/Semicolons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
extends: existence
2-
message: "Use semicolons judiciously."
2+
message: 'Use semicolons judiciously.'
33
link: 'https://developers.google.com/style/semicolons'
44
nonword: true
55
scope: sentence

.github/styles/Google/WordList.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ swap:
7575
tablename: table name
7676
tablet: device
7777
touch: tap
78-
url: URL
78+
url: URL
7979
vs\.: versus
8080
World Wide Web: web

.github/styles/write-good/Illusions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ action:
66
name: edit
77
params:
88
- truncate
9-
- " "
9+
- ' '
1010
tokens:
1111
- '[^\s]+'

.github/workflows/linting.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ jobs:
55
prose:
66
runs-on: ubuntu-latest
77
steps:
8-
- name: Checkout
9-
uses: actions/checkout@master
8+
- name: Checkout
9+
uses: actions/checkout@master
1010

11-
- name: Get Changed Files
12-
id: get_changed_files
13-
uses: lots0logs/[email protected]
14-
with:
15-
token: ${{ secrets.GITHUB_TOKEN }}
11+
- name: Get Changed Files
12+
id: get_changed_files
13+
uses: lots0logs/[email protected]
14+
with:
15+
token: ${{ secrets.GITHUB_TOKEN }}
1616

17-
- name: Vale
18-
uses: errata-ai/vale-action@reviewdog
19-
with:
20-
reporter: github-pr-check
21-
files: '${{ steps.get_changed_files.outputs.modified }}'
22-
fail_on_error: true
23-
env:
24-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
17+
- name: Vale
18+
uses: errata-ai/vale-action@reviewdog
19+
with:
20+
reporter: github-pr-check
21+
files: '${{ steps.get_changed_files.outputs.modified }}'
22+
fail_on_error: true
23+
env:
24+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Should publish
1616
id: should-publish
1717
run: echo "should_publish=$([[ -d "content/posts/unpublished" ]] && echo true || echo false)" >> "$GITHUB_OUTPUT"
18-
18+
1919
publish:
2020
runs-on: ubuntu-latest
2121
needs: check-unpublished
@@ -40,7 +40,7 @@ jobs:
4040
git config --local user.name "backbaseoss"
4141
git add content
4242
git commit -m "[BOT] Post published"
43-
43+
4444
- name: Push changes
4545
uses: ad-m/github-push-action@master
4646
with:

docker-compose.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: '3'
22
services:
3-
nginx:
4-
image: nginx:latest
5-
ports:
6-
- '80:80'
7-
volumes:
8-
- ./dist/blog/browser:/usr/share/nginx/html
9-
- ./nginx.conf:/etc/nginx/nginx.conf
3+
nginx:
4+
image: nginx:latest
5+
ports:
6+
- '80:80'
7+
volumes:
8+
- ./dist/blog/browser:/usr/share/nginx/html
9+
- ./nginx.conf:/etc/nginx/nginx.conf

projects/utils/src/lib/permalink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export function getPermalink(
22
title: string,
33
specialCategory: boolean,
44
category: string,
5-
date?: string,
5+
date?: string
66
): string {
77
const base = specialCategory ? category : generateBase(date);
88
const titleDirectoryName = toKebabCase(title);

0 commit comments

Comments
 (0)