Skip to content

Commit

Permalink
adjust spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Feb 26, 2024
1 parent 9119fa3 commit 9174a2f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 151 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Check format
run: npx nx format:check

- name: Check spelling
run: npm run spell
# - name: Check spelling
# run: npm run spell

- name: Lint & test
run: npx nx run-many -t lint test
Expand Down
158 changes: 15 additions & 143 deletions cspell.json
Original file line number Diff line number Diff line change
@@ -1,153 +1,25 @@
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"language": "en",
"ignorePaths": [
"node_modules/**",
"contributors.md",
"packages/components/src/components/**/usage/**",
"packages/components/src/stories/development/guides/theming/theming.md"
"dictionaries": [
"en_us",
"softwareTerms",
"lorem-ipsum",
"typescript",
"html"
],
"useGitignore": true,
"files": [
"docss/stories/**/*.{md,mdx}",
"packages/core/src/**/*.{tsx,ts}"
],
"words": [
"adipiscing",
"adipisicing",
"aliqua",
"amet",
"Anlegen",
"Arialabelled",
"asterix",
"autocorrect",
"baloise",
"Baloise",
"bday",
"browserconfig",
"bubu",
"Bulma",
"camelcase",
"Chainable",
"Chiudere",
"clastzoo",
"codesandbox",
"colorify",
"Combi",
"commitlint",
"consectetur",
"Contentful",
"copyfiles",
"datepicker",
"datestring",
"degit",
"Deutsch",
"do",
"dolor",
"dolore",
"dont",
"eiusmod",
"elit",
"enterprisenumber",
"eslintignore",
"et",
"fakepath",
"FAVICONS",
"Fermer",
"filesize",
"filesize.js",
"fileupload",
"Finanzierung",
"firstname",
"flexbox",
"footmobile",
"Fullhd",
"fullheight",
"fullscreen",
"fullwidth",
"Gagne",
"gapless",
"Gery",
"gitignore",
"googlemaps",
"halfheight",
"Hausratversicherung",
"hirsch",
"Hirschfeld",
"iban",
"impp",
"incididunt",
"ipsum",
"isarray",
"isempty",
"isnil",
"isstring",
"Jasmin",
"Karten",
"kebabcase",
"Kontakt",
"Konten",
"Kundenservice",
"labore",
"Lastname",
"Laurent",
"lintstagedrc",
"listr2",
"Loggable",
"Lorem",
"luxon",
"magna",
"mainmobile",
"melden",
"metamobile",
"mladenplaninicic",
"msapplication",
"myusername",
"ngcc",
"nobilo",
"nomodule",
"numberinput",
"Panter",
"Pinia",
"popperjs",
"prettierignore",
"prettierrc",
"privatkunden",
"Privatkunden",
"rebranded",
"Rebranding",
"Recht",
"sbdocs",
"Schaden",
"Schliessen",
"sed",
"selopt",
"Servcies",
"sit",
"Sluiten",
"snackbars",
"splitted",
"Sprache",
"subcomponents",
"Suchen",
"Tauber",
"tempor",
"testid",
"timeframe",
"timeinput",
"TimeouLoggabletable",
"Timeoutable",
"touchpoint",
"typeahead",
"unref",
"upperfirst",
"ut",
"vcentered",
"Versichern",
"Versicherungslösungen",
"Versorgen",
"verticaly",
"Viewports",
"vite",
"vue",
"wählen",
"WCAG",
"Wohnen",
"xsmall"
"contactjs",
"swipeleft",
"swiperight"
]
}
10 changes: 5 additions & 5 deletions docs/stories/components/00-overview.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -571,22 +571,22 @@ Form components serve as tools for gathering user input through a range of metho
<div class="bg-red-2 radius-normal mb-small" style={{ width: '100%', height: '48px' }}></div>
</bal-form-col>
<bal-form-col size="half">
<div class="bg-red-2 radius-normalmb-small" style={{ width: '100%', height: '48px' }}></div>
<div class="bg-red-2 radius-normal mb-small" style={{ width: '100%', height: '48px' }}></div>
</bal-form-col>
<bal-form-col size="one-third">
<div class="bg-red-2 radius-normalmb-small" style={{ width: '100%', height: '48px' }}></div>
<div class="bg-red-2 radius-normal mb-small" style={{ width: '100%', height: '48px' }}></div>
</bal-form-col>
<bal-form-col size="one-third">
<div class="bg-red-2 radius-normalmb-small" style={{ width: '100%', height: '48px' }}></div>
<div class="bg-red-2 radius-normal mb-small" style={{ width: '100%', height: '48px' }}></div>
</bal-form-col>
<bal-form-col size="one-third">
<div class="bg-red-2 radius-normal mb-small" style={{ width: '100%', height: '48px' }}></div>
</bal-form-col>
<bal-form-col size="one-quarter">
<div class="bg-red-2 radius-normalmb-small" style={{ width: '100%', height: '48px' }}></div>
<div class="bg-red-2 radius-normal mb-small" style={{ width: '100%', height: '48px' }}></div>
</bal-form-col>
<bal-form-col size="one-quarter">
<div class="bg-red-2 radius-normalmb-small" style={{ width: '100%', height: '48px' }}></div>
<div class="bg-red-2 radius-normal mb-small" style={{ width: '100%', height: '48px' }}></div>
</bal-form-col>
<bal-form-col size="one-quarter">
<div class="bg-red-2 radius-normal mb-small" style={{ width: '100%', height: '48px' }}></div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "npx nx run-many -t lint",
"test": "npx nx run-many -t test",
"format": "npx nx format:write --all",
"spell": "cspell \"packages/components/src/**/*.{md,mdx,tsx}\" --no-progress",
"spell": "cspell --no-progress",
"registry": "bash scripts/registry",
"changeset": "node scripts/changeset.mjs"
},
Expand Down

0 comments on commit 9174a2f

Please sign in to comment.