just some vale fixes

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-10-11 13:10:48 +01:00
parent 09dc3083a6
commit 2a6d762539
4 changed files with 34 additions and 25 deletions
+9
View File
@@ -2,6 +2,7 @@ abc
accessors
addon
addons
ADRs
Airbrake
Airbrakes
airbrake
@@ -28,6 +29,7 @@ bool
boolean
builtins
callout
CDNs
Chai
changeset
changesets
@@ -129,6 +131,7 @@ hotspots
http
https
Iain
iLert
img
incentivised
Indal
@@ -139,6 +142,7 @@ JaCoCo
JavaScript
jenkins
Jira
JWTs
jq
js
json
@@ -147,6 +151,7 @@ jsx
Kaewkasi
Keyv
Knex
KPIs
kubectl
kubernetes
kubernetes
@@ -308,6 +313,7 @@ Superfences
superset
supertype
storable
SVGs
talkdesk
Talkdesk
tasklist
@@ -352,12 +358,15 @@ utils
validator
validators
varchar
VPCs
VSCode
Wayfair
Weaveworks
Webpack
winston
www
WWW
XCMetrics
XML
xyz
yaml
@@ -72,7 +72,7 @@ export type ParamNames<S extends string> =
export type PathParams<S extends string> = { [name in ParamNames<S>]: string };
/**
* Merges a param object type with with an optional params type into a params object.
* Merges a param object type with an optional params type into a params object.
* @public
*/
export type MergeParams<
@@ -73,20 +73,20 @@ const addThingToThing = (a, b) a + b;
# MDX truly sane lists
- attributes
- `attributes`
- customer
- first_name
- test
- family_name
- email
- person
- first_name
- family_name
- birth_date
- subscription_id
- `customer`
- `first_name`
- `test`
- `family_name`
- `email`
- `person`
- `first_name`
- `family_name`
- `birth_date`
- `subscription_id`
- request
- `request`
<!-- prettier-ignore -->
*[MOCDOC]: Mock Documentation
@@ -96,17 +96,17 @@ Animals: :tiger: :horse: :turtle: :wolf: :frog:
### MDX truly sane lists
- attributes
- `attributes`
- customer
- first_name
- test
- family_name
- email
- person
- first_name
- family_name
- birth_date
- subscription_id
- `customer`
- `first_name`
- `test`
- `family_name`
- `email`
- `person`
- `first_name`
- `family_name`
- `birth_date`
- `subscription_id`
- request
- `request`