mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 09:47:48 +02:00
* almost working * refactor: apply lint autofix * cspell ignore * refactor: apply lint autofix * type fixes --------- Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
47 lines
1 KiB
JSON
47 lines
1 KiB
JSON
{
|
|
"version": "0.2",
|
|
"gitignoreRoot": ".",
|
|
"useGitignore": true,
|
|
"dictionaries": [
|
|
"css",
|
|
"html",
|
|
"fonts",
|
|
"typescript",
|
|
"softwareTerms",
|
|
"companies",
|
|
"lorem-ipsum",
|
|
"project-words"
|
|
],
|
|
"dictionaryDefinitions": [
|
|
{
|
|
"name": "project-words",
|
|
"path": "./project-words.txt",
|
|
"noSuggest": true
|
|
}
|
|
],
|
|
"ignorePaths": [
|
|
"CHANGELOG.md",
|
|
"patches",
|
|
"packages/docusaurus-theme-translations/locales",
|
|
"packages/docusaurus-plugin-ideal-image/src/theme/IdealImageLegacy",
|
|
"package.json",
|
|
"yarn.lock",
|
|
"project-words.txt",
|
|
"__snapshots__",
|
|
"admin/scripts",
|
|
"website/src/data/users.tsx",
|
|
"website/src/data/tweets.tsx",
|
|
"website/docusaurus.config.localized.json",
|
|
"website/_dogfooding/_pages tests/diagrams.mdx",
|
|
"*.xyz",
|
|
"*.docx",
|
|
"*.xsl",
|
|
"*.xslt",
|
|
"*.gitignore",
|
|
"versioned_docs",
|
|
"*.min.*",
|
|
"jest/vendor"
|
|
],
|
|
"ignoreRegExpList": ["Email", "Urls", "#[\\w-]*"],
|
|
"enableFiletypes": ["mdx"]
|
|
}
|