Skip to content

Commit 21850a4

Browse files
committed
chore: fix prettier formatting in vale styles and externals config
1 parent 0c5dd7f commit 21850a4

4 files changed

Lines changed: 45 additions & 43 deletions

File tree

.vale/Speciesism/AnimalIdioms.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@ link: https://doi.org/10.1007/s43681-023-00380-w
44
level: warning
55
ignorecase: true
66
swap:
7-
'kill two birds with one stone': accomplish two things at once
8-
'killing two birds with one stone': accomplishing two things at once
9-
'killed two birds with one stone': accomplished two things at once
10-
'beat a dead horse': belabor the point
11-
'beating a dead horse': belaboring the point
12-
'flog a dead horse': belabor the point
13-
'flogging a dead horse': belaboring the point
14-
'bring home the bacon': bring home the results
15-
'bringing home the bacon': bringing home the results
16-
'brought home the bacon': brought home the results
17-
'more than one way to skin a cat': more than one way to solve this
18-
'many ways to skin a cat': many ways to approach this
19-
'let the cat out of the bag': reveal the secret
20-
'letting the cat out of the bag': revealing the secret
21-
'open a can of worms': create a complicated situation
22-
'opening a can of worms': creating a complicated situation
23-
'opened a can of worms': created a complicated situation
24-
'wild goose chase': pointless pursuit
25-
'take the bull by the horns': face the challenge head-on
26-
'taking the bull by the horns': facing the challenge head-on
27-
'took the bull by the horns': faced the challenge head-on
28-
'like shooting fish in a barrel': extremely easy
29-
'straight from the horse''s mouth': directly from the source
30-
'from the horse''s mouth': from a reliable source
31-
'whack-a-mole': recurring problem
32-
'whack a mole': recurring problem
7+
"kill two birds with one stone": accomplish two things at once
8+
"killing two birds with one stone": accomplishing two things at once
9+
"killed two birds with one stone": accomplished two things at once
10+
"beat a dead horse": belabor the point
11+
"beating a dead horse": belaboring the point
12+
"flog a dead horse": belabor the point
13+
"flogging a dead horse": belaboring the point
14+
"bring home the bacon": bring home the results
15+
"bringing home the bacon": bringing home the results
16+
"brought home the bacon": brought home the results
17+
"more than one way to skin a cat": more than one way to solve this
18+
"many ways to skin a cat": many ways to approach this
19+
"let the cat out of the bag": reveal the secret
20+
"letting the cat out of the bag": revealing the secret
21+
"open a can of worms": create a complicated situation
22+
"opening a can of worms": creating a complicated situation
23+
"opened a can of worms": created a complicated situation
24+
"wild goose chase": pointless pursuit
25+
"take the bull by the horns": face the challenge head-on
26+
"taking the bull by the horns": facing the challenge head-on
27+
"took the bull by the horns": faced the challenge head-on
28+
"like shooting fish in a barrel": extremely easy
29+
"straight from the horse's mouth": directly from the source
30+
"from the horse's mouth": from a reliable source
31+
"whack-a-mole": recurring problem
32+
"whack a mole": recurring problem

.vale/Speciesism/AnimalMetaphors.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ link: https://doi.org/10.1007/s43681-023-00380-w
44
level: warning
55
ignorecase: true
66
swap:
7-
'guinea pig': test subject
8-
'sacred cow': unquestioned belief
9-
'sacred cows': unquestioned beliefs
10-
'scapegoat(?:ed|ing)?': wrongly blamed
11-
'dog-eat-dog': ruthlessly competitive
12-
'dog eat dog': ruthlessly competitive
13-
'rat race': competitive grind
14-
'red herring': false lead
7+
"guinea pig": test subject
8+
"sacred cow": unquestioned belief
9+
"sacred cows": unquestioned beliefs
10+
"scapegoat(?:ed|ing)?": wrongly blamed
11+
"dog-eat-dog": ruthlessly competitive
12+
"dog eat dog": ruthlessly competitive
13+
"rat race": competitive grind
14+
"red herring": false lead

.vale/Speciesism/TechTerminology.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ message: "Consider using '%s' instead of '%s'. This technical term has a more pr
33
level: suggestion
44
ignorecase: true
55
swap:
6-
'canary deployment': progressive rollout
7-
'canary release': progressive rollout
8-
'canary test(?:ing)?': incremental testing
9-
'monkey[- ]?patch(?:ed|ing)?': runtime patch
10-
'duck[- ]?typ(?:ed|ing)': structural typing
11-
'dogfood(?:ing)?': self-hosting
12-
'eat(?:ing)? (?:your|our|their) own dogfood': self-testing
13-
'rubber duck(?:ing)? debugging': talk-through debugging
6+
"canary deployment": progressive rollout
7+
"canary release": progressive rollout
8+
"canary test(?:ing)?": incremental testing
9+
"monkey[- ]?patch(?:ed|ing)?": runtime patch
10+
"duck[- ]?typ(?:ed|ing)": structural typing
11+
"dogfood(?:ing)?": self-hosting
12+
"eat(?:ing)? (?:your|our|their) own dogfood": self-testing
13+
"rubber duck(?:ing)? debugging": talk-through debugging

src/content/configuration/externals.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,9 @@ import { createRequire as __WEBPACK_EXTERNAL_createRequire } from "node:module";
683683
const __webpack_modules__ = {
684684
// ...
685685
/***/ 2613: /***/ (module) => {
686-
module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("stream");
686+
module.exports = __WEBPACK_EXTERNAL_createRequire(import.meta.url)(
687+
"stream",
688+
);
687689

688690
/***/
689691
},

0 commit comments

Comments
 (0)