Skip to content

Commit

Permalink
format files 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Feb 26, 2024
1 parent 9174a2f commit d6185c1
Show file tree
Hide file tree
Showing 12 changed files with 235 additions and 46 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
211 changes: 200 additions & 11 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,213 @@
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"language": "en",
"dictionaries": [
"en_us",
"softwareTerms",
"lorem-ipsum",
"typescript",
"html"
],
"dictionaries": ["en_us", "softwareTerms", "lorem-ipsum", "typescript", "css", "html"],
"useGitignore": true,
"files": [
"docss/stories/**/*.{md,mdx}",
"packages/core/src/**/*.{tsx,ts}"
"files": ["docs/stories/**/*.{md,mdx}", "packages/core/src/**/*.{tsx,ts}"],
"ignorePaths": [
"packages/core/src/**/*.i18n.ts",
"packages/core/src/**/*.data.ts",
"packages/core/src/**/*.spec.ts",
"docs/stories/components/bal-select/code-sandbox/*",
"docs/public/*",
"docs/assets/*"
],
"words": [
"adipiscing",
"adipisicing",
"aliqua",
"amet",
"Anlegen",
"Arialabelled",
"asterix",
"autocorrect",
"baloise",
"Baloise",
"bday",
"browserconfig",
"bubu",
"Bulma",
"camelcase",
"Chainable",
"Chiudere",
"clastzoo",
"codesandbox",
"colorify",
"Combi",
"commitlint",
"consectetur",
"contactjs",
"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",
"luxon",
"magna",
"mainmobile",
"melden",
"metamobile",
"mladenplaninicic",
"msapplication",
"myusername",
"ngcc",
"ngzone",
"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",
"swipeleft",
"swiperight"
"swiperight",
"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",
"consetetur",
"sadipscing",
"elitr",
"nonumy",
"eirmod",
"invidunt",
"aliquyam",
"voluptua",
"consetetur",
"sadipscing",
"elitr",
"nonumy",
"eirmod",
"invidunt",
"aliquyam",
"voluptua",
"accusam",
"rebum",
"clita",
"kasd",
"gubergren",
"takimata",
"accusam",
"rebum",
"clita",
"kasd",
"gubergren",
"takimata",
"accusam",
"rebum",
"clita",
"kasd",
"gubergren",
"takimata",
"accusam",
"rebum",
"clita",
"kasd",
"gubergren",
"takimata",
"Frontify",
"Progessbar",
"Italiano",
"marginless",
"paddingless",
"devkit",
"ngneat",
"transloco",
"TRANSLOCO",
"scannability",
"samira",
"liebendoerfer"
]
}
2 changes: 1 addition & 1 deletion docs/stories/components/bal-checkbox/bal-checkbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import * as CheckboxStories from './bal-checkbox.stories'

<br />

Ther is a new way of adding a options to the bal-checkbox-group
There is a new way of adding a options to the bal-checkbox-group
by introducing the `options` property in which options can be passed using a Javascript.

To use the `bal-checkbox-group` with options the `control` attribute is set to true.
Expand Down
2 changes: 1 addition & 1 deletion docs/stories/components/bal-radio/bal-radio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import * as RadioStories from './bal-radio.stories'

<br />

Ther is a new way of adding a options to the bal-radio-group
There is a new way of adding a options to the bal-radio-group
by introducing the `options` property in which options can be passed using a Javascript.

```html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ nx g @baloise/design-system-cli:ng-add

## Manual Installation

Continue here for the manual instalation guide without schematics.
Continue here for the manual installation guide without schematics.

### Zone.js

Expand Down Expand Up @@ -665,7 +665,7 @@ Add the `BalApp` to your root element (App.vue).
<LinkCards>
<LinkCard
pageTitle={'Development/Assets'}
description={'Guides for installing the font locally, favions and Google maps styles.'}
description={'Guides for installing the font locally, favicons and Google maps styles.'}
/>
<LinkCard
pageTitle={'Development/Component'}
Expand Down
Loading

0 comments on commit d6185c1

Please sign in to comment.