Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/.cspell.json
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"language": "en",
"useGitignore": true,
"ignorePaths": [
"**/*.csv",
"**/*.eex",
"**/*.yml",
"deps",
"_build",
"assets",
"mix.exs",
"priv",
"test"
],
"words": [
"dialyxir",
"ecto",
"esbuild",
"heroicons",
"hexpm",
"ilike",
"inotify",
"liveview",
"noopener",
"noreferrer",
"novalidate",
"nowrap",
"oban",
"postgrex",
"rebar",
"tzdata"
]
}