chore: externalize remark-lint config (#406)

This way Codacy will use our configuration instead of its own.

Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
Lance Ball 2021-04-21 10:12:31 -04:00 committed by GitHub
parent fea5ac2d05
commit 192c6a3a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 9 deletions

11
.remarkrc Normal file
View File

@ -0,0 +1,11 @@
{
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended",
[
"remark-lint-list-item-indent",
"space"
]
]
}
}

View File

@ -18,15 +18,6 @@
"generate-docs": "typedoc --excludeNotDocumented --out docs src", "generate-docs": "typedoc --excludeNotDocumented --out docs src",
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended",
[
"remark-lint-list-item-indent",
"space"
]
]
},
"files": [ "files": [
"dist", "dist",
"bundles" "bundles"