mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
617 B
35 lines
617 B
3 years ago
|
{
|
||
|
"version": "0.1",
|
||
|
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
||
|
"language": "en",
|
||
|
"words": [
|
||
|
"bitjson",
|
||
|
"bitauth",
|
||
|
"cimg",
|
||
|
"circleci",
|
||
|
"codecov",
|
||
|
"commitlint",
|
||
|
"dependabot",
|
||
|
"editorconfig",
|
||
|
"esnext",
|
||
|
"execa",
|
||
|
"exponentiate",
|
||
|
"globby",
|
||
|
"libauth",
|
||
|
"mkdir",
|
||
|
"prettierignore",
|
||
|
"sandboxed",
|
||
|
"transpiled",
|
||
|
"typedoc",
|
||
|
"untracked"
|
||
|
],
|
||
|
"flagWords": [],
|
||
|
"ignorePaths": [
|
||
|
"package.json",
|
||
|
"package-lock.json",
|
||
|
"yarn.lock",
|
||
|
"tsconfig.json",
|
||
|
"node_modules/**"
|
||
|
]
|
||
|
}
|