chore: externalize remark-lint config
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
a7c36fad96
|
|
@ -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