Skip to content

Commit c0ceb87

Browse files
committed
chore: remove unused files
1 parent 28b3394 commit c0ceb87

File tree

11 files changed

+3
-833
lines changed

11 files changed

+3
-833
lines changed

site/.knip.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"entry": ["./src/index.tsx"],
44
"project": ["./src/**/*.ts", "./src/**/*.tsx"],
55
"ignoreBinaries": ["protoc"],
6-
"ignore": ["**/*Generated.ts"],
6+
"ignore": ["**/*Generated.ts", "./src/serviceWorker.ts"],
77
// This sets knip not to report unused exports of types and interfaces
88
// as long as they are used within the file.
99
"ignoreExportsUsedInFile": {

site/package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"lint": "pnpm run lint:check && pnpm run lint:types && pnpm run lint:circular-deps",
1717
"lint:check": " biome lint --error-on-warnings .",
1818
"lint:circular-deps": "dpdm --no-tree --no-warning -T ./src/App.tsx",
19-
"lint:knip": "knip",
2019
"lint:fix": " biome lint --error-on-warnings --write .",
2120
"lint:types": "tsc -p .",
2221
"playwright:install": "playwright install --with-deps chromium",
@@ -195,11 +194,7 @@
195194
"vite-plugin-checker": "0.8.0",
196195
"vite-plugin-turbosnap": "1.0.3"
197196
},
198-
"browserslist": [
199-
"chrome 110",
200-
"firefox 111",
201-
"safari 16.0"
202-
],
197+
"browserslist": ["chrome 110", "firefox 111", "safari 16.0"],
203198
"resolutions": {
204199
"optionator": "0.9.3",
205200
"semver": "7.6.2"
@@ -216,4 +211,4 @@
216211
"prismjs": "1.30.0"
217212
}
218213
}
219-
}
214+
}

site/src/__mocks__/react-markdown.tsx

Lines changed: 0 additions & 7 deletions
This file was deleted.

site/src/components/Icons/GitlabIcon.tsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

site/src/components/Icons/MarkdownIcon.tsx

Lines changed: 0 additions & 21 deletions
This file was deleted.

site/src/components/Icons/TerraformIcon.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)