+6493
-20019
lines changedFilter options
+6493
-20019
lines changed Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1
1
dist/*
2
2
coverage/*
3
3
.release/*
4
+
release.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
1
+
/* eslint-env node */
2
+
require('@rushstack/eslint-patch/modern-module-resolution')
3
+
4
+
module.exports = {
5
+
root: true,
6
+
'extends': [
7
+
'plugin:vue/vue3-essential',
8
+
'eslint:recommended',
9
+
'@vue/eslint-config-typescript',
10
+
'@vue/eslint-config-prettier/skip-formatting'
11
+
],
12
+
parserOptions: {
13
+
ecmaVersion: 'latest'
14
+
}
15
+
}
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
19
19
runs-on: ${{ matrix.os }}
20
20
strategy:
21
21
matrix:
22
-
node: [ '18' ]
22
+
node: [ 18 ]
23
23
os: [ubuntu-latest, windows-latest, macOS-latest]
24
24
25
25
steps:
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
21
21
- name: Setup Node.js
22
22
uses: actions/setup-node@v4
23
23
with:
24
-
node-version: '18'
24
+
node-version: 18
25
25
26
26
- name: Install dependencies
27
27
run: npm ci
@@ -40,7 +40,7 @@ jobs:
40
40
- name: Setup Node.js
41
41
uses: actions/setup-node@v4
42
42
with:
43
-
node-version: '18'
43
+
node-version: 18
44
44
45
45
- name: Install dependencies
46
46
run: npm ci
Original file line number Diff line number Diff line change
@@ -1,63 +1,38 @@
1
-
# Windows image file caches
2
-
Thumbs.db
3
-
ehthumbs.db
4
-
5
-
# Folder config file
6
-
Desktop.ini
7
-
8
-
# Recycle Bin used on file shares
9
-
$RECYCLE.BIN/
10
-
11
-
# Windows Installer files
12
-
*.cab
13
-
*.msi
14
-
*.msm
15
-
*.msp
16
-
17
-
# Windows shortcuts
18
-
*.lnk
19
-
20
-
# =========================
21
-
# Operating System Files
22
-
# =========================
23
-
24
-
# OSX
25
-
# =========================
1
+
# Logs
2
+
logs
3
+
*.log
4
+
npm-debug.log*
5
+
yarn-debug.log*
6
+
yarn-error.log*
7
+
pnpm-debug.log*
8
+
lerna-debug.log*
26
9
10
+
node_modules
27
11
.DS_Store
28
-
.AppleDouble
29
-
.LSOverride
12
+
dist
13
+
dist-ssr
14
+
coverage
15
+
*.local
30
16
31
-
# Thumbnails
32
-
._*
17
+
/cypress/videos/
18
+
/cypress/screenshots/
33
19
34
-
# Files that might appear in the root of a volume
35
-
.DocumentRevisions-V100
36
-
.fseventsd
37
-
.Spotlight-V100
38
-
.TemporaryItems
39
-
.Trashes
40
-
.VolumeIcon.icns
41
-
42
-
# Directories potentially created on remote AFP share
43
-
.AppleDB
44
-
.AppleDesktop
45
-
Network Trash Folder
46
-
Temporary Items
47
-
.apdisk
48
-
49
-
# IDE
20
+
# Editor directories and files
21
+
.vscode/*
22
+
!.vscode/extensions.json
23
+
.idea
24
+
*.suo
25
+
*.ntvs*
26
+
*.njsproj
27
+
*.sln
28
+
*.sw?
50
29
.idea
51
30
52
-
# node
53
-
node_modules/
54
-
*.log
31
+
*.tsbuildinfo
55
32
56
33
# project
57
34
.publish/
58
35
dist/
59
36
temp/
60
37
coverage/
61
38
.release/
62
-
63
-
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4