Currently, cSpell words for ComPWA repositories are 'shared' by updating the .cspell.json file. There is a nicer solution: sharing dicrionary sets by publishing them as npm packages. See cspell's own dictionaries as an example.
The shared dictionary is probably published as a NodeJS package. See ComPWA/commitlint-config and the source code for @cspell/dict-lua as examples.
Work is ongoing in https://github.com/ComPWA/cspell-dict
Currently, cSpell words for ComPWA repositories are 'shared' by updating the
.cspell.jsonfile. There is a nicer solution: sharing dicrionary sets by publishing them as npm packages. See cspell's own dictionaries as an example.The shared dictionary is probably published as a NodeJS package. See ComPWA/commitlint-config and the source code for
@cspell/dict-luaas examples.Work is ongoing in https://github.com/ComPWA/cspell-dict