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:
parent
fea5ac2d05
commit
192c6a3a5c
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"remarkConfig": {
|
||||
"plugins": [
|
||||
"remark-preset-lint-recommended",
|
||||
[
|
||||
"remark-lint-list-item-indent",
|
||||
"space"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
|
@ -18,15 +18,6 @@
|
|||
"generate-docs": "typedoc --excludeNotDocumented --out docs src",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"remarkConfig": {
|
||||
"plugins": [
|
||||
"remark-preset-lint-recommended",
|
||||
[
|
||||
"remark-lint-list-item-indent",
|
||||
"space"
|
||||
]
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"bundles"
|
||||
|
|
Loading…
Reference in New Issue