{ "version": "0.2", "language": "en", "allowCompoundWords": true, "dictionaries": ["project-words", "project-names"], "words": [], "ignoreWords": [], "ignorePaths": [ "**/build/**", "**/scripts/**", "**/*.css", "**/src/mscp/data/locales/**", "**/requirements.txt", "**/pyproject.toml", "**/Dockerfile" ], "dictionaryDefinitions":[ { "name": "project-words", "path": "./project-words.txt", "addWords": true }, { "name": "project-names", "path": "./project-names.txt", "addWords": true } ], }