UNPKG

@spaced-out/ui-design-system

Version:
35 lines (33 loc) 963 B
{ "ignorePaths": [ "node_modules", "src/assets", "lib", "storybook-static", ".vscode", "CHANGELOG.md", ".storybook/public", ".all-contributorsrc", "README.md", "src/stories/INTRODUCTION.mdx", "src/devtools/DependencyGraph/*", ".github/CODEOWNERS", ".github/workflows/pull_request_semantics_checker.yml", "tsconfig.tsbuildinfo", "tsconfig.declaration.tsbuildinfo" ], // Enable your dictionary by adding it to the list of `dictionaries` "dictionaries": ["custom-words"], // Tell CSpell about your dictionary "dictionaryDefinitions": [ { // The name of the dictionary is used to look it up. "name": "custom-words", // Path to the custom word file. Relative to this `cspell.json` file. "path": "./.cspell/custom-words.txt", // Some editor extensions will use `addWords` for adding words to your // personal dictionary. "addWords": true } ] }