at main 696 B view raw
1dictionaries = ["en_us"] 2words = [ 3 "apos", 4 "artifacting", 5 "boba", 6 "ctp", 7 "deno", 8 "dprint", 9 "drm", 10 "fatales", 11 "femmes", 12 "framefatales", 13 "gazzew", 14 "gdq", 15 "gooden", 16 "hlc", 17 "lightningcss", 18 "logitech", 19 "lume", 20 "metas", 21 "mousepads", 22 "nolebase", 23 "nonbinary", 24 "nwlc", 25 "overcomplicate", 26 "pagefind", 27 "plex", 28 "purgecss", 29 "qnot", 30 "repairability", 31 "rss", 32 "sindresorhus", 33 "speedrunner", 34 "speedrunning", 35 "tanc", 36 "theturnsignalblog", 37 "theyre", 38 "tldr", 39 "touchpads", 40 "vto", 41 "youre", 42] 43flag_words = [] 44ignore_paths = [] 45ignore_patterns = [] 46use_global = true