@spaced-out/ui-design-system
Version:
Sense UI components library
33 lines (31 loc) • 875 B
JSON
{
"ignorePaths": [
"node_modules",
"src/assets",
"flow-typed",
"lib",
"storybook-static",
".vscode",
"CHANGELOG.md",
".storybook/public",
".all-contributorsrc",
"README.md",
"src/stories/INTRODUCTION.mdx",
".github/CODEOWNERS",
".github/workflows/pull_request_semantics_checker.yml"
],
// 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
}
]
}