{
  "version": "0.2",
  "language": "en",
  "dictionaryDefinitions": [
    {
      "name": "custom-words",
      "path": "./dictionary.txt"
    }
  ],
  "dictionaries": ["custom-words"],
  "ignorePaths": ["node_modules", "dist"],
  "ignoreRegExpList": [
    "/```[\\s\\S]*?```/g",
    "/`[^`]*`/g",
    "/\\b`[^`]+`\\b/g"
  ]
}
