Skip to content

Commit 035a5f1

Browse files
authored
chore: modernize stack (#5)
1 parent 099972a commit 035a5f1

69 files changed

Lines changed: 37317 additions & 30507 deletions

Some content is hidden

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

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[codespell]
44
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
55
ignore-words-list = afterall
6-
skip = ./.git,./dist,./go.mod,./go.sum,./package-lock.json,./poetry.lock,./yarn.lock,./node_modules,./__tests__/testdata
6+
skip = ./.git,./dist,./go.mod,./go.sum,./package-lock.json,./pnpm-lock.yaml,./poetry.lock,./yarn.lock,./node_modules,./__tests__/testdata
77
builtin = clear,informal,en-GB_to_en-US
88
check-filenames =
99
check-hidden =

.eslintignore

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

.eslintrc.yml

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

.github/workflows/check-action-metadata-task.yml

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

.github/workflows/check-license.yml

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

.github/workflows/check-markdown-task.yml

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

.github/workflows/check-npm-dependencies-task.yml

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

0 commit comments

Comments
 (0)