Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

21 changes: 0 additions & 21 deletions .eslintrc.json

This file was deleted.

9 changes: 3 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ updates:
schedule:
# Our dependencies should be checked daily
interval: daily
assignees:
- davidmytton
reviewers:
- davidmytton
commit-message:
prefix: deps
prefix-development: deps(dev)
Expand All @@ -26,5 +22,6 @@ updates:
- arcjet
- "@arcjet/*"
ignore:
- dependency-name: eslint
versions: [">=9"]
# Synced with engines field in package.json
- dependency-name: "@types/node"
versions: [">=21"]
14 changes: 14 additions & 0 deletions .trunk/configs/svgo.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default {
plugins: [
{
name: "preset-default",
params: {
overrides: {
removeViewBox: false, // https://github.com/svg/svgo/issues/1128
sortAttrs: true,
removeOffCanvasPaths: true,
},
},
},
],
};
24 changes: 14 additions & 10 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,36 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.22.10
version: 1.22.15
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.6.7
ref: v1.6.8
uri: https://github.com/trunk-io/plugins
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
enabled:
# Synced with engines field in package.json
- node@>=20.0.0
- python@3.10.8
definitions:
- type: node
system_version: allowed
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
enabled:
- checkov@3.2.365
- eslint@8.57.0
- actionlint@1.7.7
- oxipng@9.1.5
- svgo@3.3.2
- checkov@3.2.432
- git-diff-check
- markdownlint@0.44.0
- osv-scanner@1.9.2
- prettier@3.4.2
- trivy@0.59.1
- trufflehog@3.88.4
- yamllint@1.35.1
- markdownlint@0.45.0
- osv-scanner@2.0.2
- prettier@3.5.3
- trivy@0.62.1
- trufflehog@3.88.34
- yamllint@1.37.1
actions:
enabled:
- trunk-announce
Expand Down
Loading