Skip to content

Commit

Permalink
chore: add cspell (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Oct 9, 2024
1 parent a5e87dc commit 85c02d5
Show file tree
Hide file tree
Showing 6 changed files with 1,316 additions and 221 deletions.
6 changes: 6 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"import": ["@taiga-ui/cspell-config/cspell.config.js"],
"ignoreWords": ["todoify", "Lyyy", "Textblock", "hardbreak", "softbreak", "inlines"],
"files": ["*/*.*"]
}
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: |
npm run cspell
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then
npm run stylelint -- --fix
npm run prettier -- --write
Expand Down
33 changes: 6 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,23 @@
# compiled output
/dist
/tmp
/out-tsc
# Only exists if Bazel was run
/bazel-out

# dependencies
**/node_modules

# IDEs and editors
# IDEs, VSCode
.idea
.project
.classpath
.c9/
*.iml
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*

routesFile.txt

# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
*.log

# System Files
.DS_Store
Expand All @@ -46,10 +28,7 @@ Thumbs.db
/projects/demo-playwright/snapshots/
/projects/demo-playwright/playwright/.cache/

# special
routes.txt

# special dirs
**/.ssl
**/.angular
**/.nx
*.iml
.angular
.nx
Loading

0 comments on commit 85c02d5

Please sign in to comment.