Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Jul 23, 2024
1 parent acae5b2 commit 8496d63
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 593 deletions.
25 changes: 4 additions & 21 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"ignorePaths": [
"**/*.json",
"**/*.css",
"node_modules",
"**/*.log",
"/lib"
],
"ignorePaths": ["**/*.json", "**/*.css", "node_modules", "**/*.log", "/lib"],
"useGitignore": true,
"language": "en",
"words": [
Expand Down Expand Up @@ -53,18 +47,7 @@
"XDAI",
"xmark"
],
"dictionaries": [
"typescript",
"node",
"software-terms",
"html"
],
"import": [
"@cspell/dict-typescript/cspell-ext.json",
"@cspell/dict-node/cspell-ext.json",
"@cspell/dict-software-terms"
],
"ignoreRegExpList": [
"[0-9a-fA-F]{6}"
]
"dictionaries": ["typescript", "node", "software-terms", "html"],
"import": ["@cspell/dict-typescript/cspell-ext.json", "@cspell/dict-node/cspell-ext.json", "@cspell/dict-software-terms"],
"ignoreRegExpList": ["[0-9a-fA-F]{6}"]
}
15 changes: 0 additions & 15 deletions .github/workflows/kebab-case.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/release-please.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/scripts/kebab-case.sh

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/scripts/kebabalize.sh

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@
"@commitlint/config-conventional"
]
}
}
}
Loading

0 comments on commit 8496d63

Please sign in to comment.