Skip to content

Commit 44f9f38

Browse files
committed
chore: format with new prettier settings
1 parent 362e640 commit 44f9f38

File tree

159 files changed

+12129
-12401
lines changed

Some content is hidden

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

159 files changed

+12129
-12401
lines changed

.eslintrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"extends": "next",
3-
"rules": {
4-
"@next/next/no-img-element": "off"
5-
}
2+
"extends": "next",
3+
"rules": {
4+
"@next/next/no-img-element": "off"
5+
}
66
}

.github/ISSUE_TEMPLATE/package-with-missing-or-incorrect-documentation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Package with Missing or Incorrect Documentation
33
about: Report a package with missing or incorrect documentation
4-
title: ''
4+
title: ""
55
labels: package documentation
66
assignees: velut
77
---
@@ -16,10 +16,10 @@ Please use this issue template to report a package that you know is documented b
1616

1717
**Problem** (check all that apply using an [x]):
1818

19-
- [ ] Missing documentation
20-
- [ ] Partial documentation
21-
- [ ] Incorrect documentation
22-
- [ ] Exposed private documentation
23-
- [ ] Other
19+
- [ ] Missing documentation
20+
- [ ] Partial documentation
21+
- [ ] Incorrect documentation
22+
- [ ] Exposed private documentation
23+
- [ ] Other
2424

2525
**Optionally, briefly describe the problem**:

.github/dependabot.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: 'github-actions'
9-
directory: '/'
10-
schedule:
11-
interval: 'monthly'
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"
1212

13-
- package-ecosystem: 'npm'
14-
directory: '/'
15-
schedule:
16-
interval: 'monthly'
13+
- package-ecosystem: "npm"
14+
directory: "/"
15+
schedule:
16+
interval: "monthly"

.github/workflows/main.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
name: CI
22
on: [push]
33
jobs:
4-
build:
5-
runs-on: ubuntu-latest
4+
build:
5+
runs-on: ubuntu-latest
66

7-
strategy:
8-
matrix:
9-
node: ['16.x']
7+
strategy:
8+
matrix:
9+
node: ["16.x"]
1010

11-
steps:
12-
- name: Checkout repository
13-
uses: actions/checkout@v3
11+
steps:
12+
- name: Checkout repository
13+
uses: actions/checkout@v3
1414

15-
- name: Use Node ${{ matrix.node }}
16-
uses: actions/[email protected]
17-
with:
18-
node-version: ${{ matrix.node }}
15+
- name: Use Node ${{ matrix.node }}
16+
uses: actions/[email protected]
17+
with:
18+
node-version: ${{ matrix.node }}
1919

20-
- name: Install dependencies and build (with cache)
21-
uses: bahmutov/npm-install@v1
20+
- name: Install dependencies and build (with cache)
21+
uses: bahmutov/npm-install@v1
2222

23-
- name: Install dependencies
24-
run: yarn install --frozen-lockfile
23+
- name: Install dependencies
24+
run: yarn install --frozen-lockfile
2525

26-
- name: Lint
27-
run: yarn lint
26+
- name: Lint
27+
run: yarn lint
2828

29-
- name: Test
30-
run: yarn test:ci
29+
- name: Test
30+
run: yarn test:ci
3131

32-
- name: Build
33-
run: yarn build
32+
- name: Build
33+
run: yarn build
3434

35-
- name: CodeCov
36-
uses: codecov/[email protected]
35+
- name: CodeCov
36+
uses: codecov/[email protected]

.vscode/settings.json

Lines changed: 126 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -1,127 +1,127 @@
11
{
2-
"workbench.colorCustomizations": {
3-
"activityBar.activeBackground": "#205b75",
4-
"activityBar.activeBorder": "#320e27",
5-
"activityBar.background": "#205b75",
6-
"activityBar.foreground": "#e7e7e7",
7-
"activityBar.inactiveForeground": "#e7e7e799",
8-
"activityBarBadge.background": "#320e27",
9-
"activityBarBadge.foreground": "#e7e7e7",
10-
"statusBar.background": "#153c4d",
11-
"statusBar.foreground": "#e7e7e7",
12-
"statusBarItem.hoverBackground": "#205b75",
13-
"titleBar.activeBackground": "#153c4d",
14-
"titleBar.activeForeground": "#e7e7e7",
15-
"titleBar.inactiveBackground": "#153c4d99",
16-
"titleBar.inactiveForeground": "#e7e7e799",
17-
"sash.hoverBorder": "#205b75",
18-
"statusBarItem.remoteBackground": "#153c4d",
19-
"statusBarItem.remoteForeground": "#e7e7e7",
20-
"commandCenter.border": "#e7e7e799"
21-
},
22-
"peacock.color": "#153c4d",
23-
"cSpell.ignoreWords": [
24-
"FOUC",
25-
"Packument",
26-
"Semrush",
27-
"adonisjs",
28-
"angularclass",
29-
"antv",
30-
"anymatch",
31-
"apollographql",
32-
"argparse",
33-
"arrify",
34-
"asymmetrik",
35-
"bahmutov",
36-
"banner",
37-
"blakeembrey",
38-
"blueprintjs",
39-
"bodyparser",
40-
"boolbase",
41-
"braintree",
42-
"brorand",
43-
"bser",
44-
"bson",
45-
"by",
46-
"bytebuffer",
47-
"cacache",
48-
"caniuse",
49-
"cocoapods",
50-
"codecov",
51-
"codemod",
52-
"commitlint",
53-
"compodoc",
54-
"coreutils",
55-
"csstype",
56-
"datatable",
57-
"daygrid",
58-
"deque",
59-
"domutils",
60-
"dragdrop",
61-
"endemolshinegroup",
62-
"entrypoints",
63-
"enttec",
64-
"faastjs",
65-
"feathersjs",
66-
"fimbul",
67-
"firestore",
68-
"fontawesome",
69-
"fortawesome",
70-
"fullcalendar",
71-
"fullhuman",
72-
"hcaptcha",
73-
"jsdocs",
74-
"kadira",
75-
"kamilkisiela",
76-
"kazupon",
77-
"microservices",
78-
"minio",
79-
"minioadmin",
80-
"msapplication",
81-
"mstile",
82-
"nestjs",
83-
"netinfo",
84-
"ngfactory",
85-
"ngtools",
86-
"nguniversal",
87-
"nodelib",
88-
"nprogress",
89-
"nuxt",
90-
"nuxtjs",
91-
"oclif",
92-
"opencensus",
93-
"osascript",
94-
"packagr",
95-
"phenomnomnominal",
96-
"postmessage",
97-
"powered",
98-
"prerendered",
99-
"prismjs",
100-
"projectify",
101-
"purgecss",
102-
"reactivex",
103-
"scandir",
104-
"sindresorhus",
105-
"snyk",
106-
"socketio",
107-
"storyshots",
108-
"storysource",
109-
"stylelint",
110-
"szmarczak",
111-
"tailwindcss",
112-
"textfield",
113-
"textlint",
114-
"tfjs",
115-
"tinyargs",
116-
"tsdoc",
117-
"tsquery",
118-
"tweenjs",
119-
"typeorm",
120-
"urlset",
121-
"valtyr",
122-
"vercel",
123-
"virtualdom",
124-
"webchannel",
125-
"websockets"
126-
]
127-
}
2+
"workbench.colorCustomizations": {
3+
"activityBar.activeBackground": "#205b75",
4+
"activityBar.activeBorder": "#320e27",
5+
"activityBar.background": "#205b75",
6+
"activityBar.foreground": "#e7e7e7",
7+
"activityBar.inactiveForeground": "#e7e7e799",
8+
"activityBarBadge.background": "#320e27",
9+
"activityBarBadge.foreground": "#e7e7e7",
10+
"statusBar.background": "#153c4d",
11+
"statusBar.foreground": "#e7e7e7",
12+
"statusBarItem.hoverBackground": "#205b75",
13+
"titleBar.activeBackground": "#153c4d",
14+
"titleBar.activeForeground": "#e7e7e7",
15+
"titleBar.inactiveBackground": "#153c4d99",
16+
"titleBar.inactiveForeground": "#e7e7e799",
17+
"sash.hoverBorder": "#205b75",
18+
"statusBarItem.remoteBackground": "#153c4d",
19+
"statusBarItem.remoteForeground": "#e7e7e7",
20+
"commandCenter.border": "#e7e7e799"
21+
},
22+
"peacock.color": "#153c4d",
23+
"cSpell.ignoreWords": [
24+
"FOUC",
25+
"Packument",
26+
"Semrush",
27+
"adonisjs",
28+
"angularclass",
29+
"antv",
30+
"anymatch",
31+
"apollographql",
32+
"argparse",
33+
"arrify",
34+
"asymmetrik",
35+
"bahmutov",
36+
"banner",
37+
"blakeembrey",
38+
"blueprintjs",
39+
"bodyparser",
40+
"boolbase",
41+
"braintree",
42+
"brorand",
43+
"bser",
44+
"bson",
45+
"by",
46+
"bytebuffer",
47+
"cacache",
48+
"caniuse",
49+
"cocoapods",
50+
"codecov",
51+
"codemod",
52+
"commitlint",
53+
"compodoc",
54+
"coreutils",
55+
"csstype",
56+
"datatable",
57+
"daygrid",
58+
"deque",
59+
"domutils",
60+
"dragdrop",
61+
"endemolshinegroup",
62+
"entrypoints",
63+
"enttec",
64+
"faastjs",
65+
"feathersjs",
66+
"fimbul",
67+
"firestore",
68+
"fontawesome",
69+
"fortawesome",
70+
"fullcalendar",
71+
"fullhuman",
72+
"hcaptcha",
73+
"jsdocs",
74+
"kadira",
75+
"kamilkisiela",
76+
"kazupon",
77+
"microservices",
78+
"minio",
79+
"minioadmin",
80+
"msapplication",
81+
"mstile",
82+
"nestjs",
83+
"netinfo",
84+
"ngfactory",
85+
"ngtools",
86+
"nguniversal",
87+
"nodelib",
88+
"nprogress",
89+
"nuxt",
90+
"nuxtjs",
91+
"oclif",
92+
"opencensus",
93+
"osascript",
94+
"packagr",
95+
"phenomnomnominal",
96+
"postmessage",
97+
"powered",
98+
"prerendered",
99+
"prismjs",
100+
"projectify",
101+
"purgecss",
102+
"reactivex",
103+
"scandir",
104+
"sindresorhus",
105+
"snyk",
106+
"socketio",
107+
"storyshots",
108+
"storysource",
109+
"stylelint",
110+
"szmarczak",
111+
"tailwindcss",
112+
"textfield",
113+
"textlint",
114+
"tfjs",
115+
"tinyargs",
116+
"tsdoc",
117+
"tsquery",
118+
"tweenjs",
119+
"typeorm",
120+
"urlset",
121+
"valtyr",
122+
"vercel",
123+
"virtualdom",
124+
"webchannel",
125+
"websockets"
126+
]
127+
}

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
extends: ['@commitlint/config-conventional'],
2+
extends: ["@commitlint/config-conventional"],
33
};

0 commit comments

Comments
 (0)