mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 16:31:10 -06:00
4c0bda5386
Co-authored-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> Co-authored-by: Roman Grinovski <roman.grinovski@gmail.com>
39 lines
858 B
JSON
39 lines
858 B
JSON
{
|
|
"name": "tofu-docs-preview",
|
|
"private": "true",
|
|
"scripts": {
|
|
"lint": "eslint . --ext mdx"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.48.0",
|
|
"eslint-plugin-mdx": "^2.2.0",
|
|
"remark-cli": "^11.0.0",
|
|
"remark-frontmatter": "^4.0.1",
|
|
"remark-lint-no-dead-urls": "^1.1.0",
|
|
"remark-preset-lint-consistent": "^5.1.2",
|
|
"remark-preset-lint-recommended": "^6.1.3",
|
|
"remark-validate-links": "^12.1.1"
|
|
},
|
|
"engines": {
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"remarkConfig": {
|
|
"settings": {},
|
|
"plugins": [
|
|
"remark-validate-links",
|
|
"remark-lint-no-dead-urls",
|
|
"remark-frontmatter",
|
|
"remark-preset-lint-consistent",
|
|
"remark-preset-lint-recommended",
|
|
[
|
|
"remark-lint-heading-style",
|
|
"atx"
|
|
],
|
|
[
|
|
"remark-lint-list-item-indent",
|
|
"space"
|
|
]
|
|
]
|
|
}
|
|
}
|