10000 chore: externalize remark-lint config (#406) · lholmquist/sdk-javascript@192c6a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 192c6a3

Browse files
authored
chore: externalize remark-lint config (cloudevents#406)
This way Codacy will use our configuration instead of its own. Signed-off-by: Lance Ball <lball@redhat.com>
1 parent fea5ac2 commit 192c6a3

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

.remarkrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"remarkConfig": {
3+
"plugins": [
4+
"remark-preset-lint-recommended",
5+
[
6+
"remark-lint-list-item-indent",
7+
"space"
8+
]
9+
]
10+
}
11+
}

package.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@
1818
"generate-docs": "typedoc --excludeNotDocumented --out docs src",
1919
"prepublishOnly": "npm run build"
2020
},
21-
"remarkConfig": {
22-
"plugins": [
23-
"remark-preset-lint-recommended",
24-
[
25-
"remark-lint-list-item-indent",
26-
"space"
27-
]
28-
]
29-
},
3021
"files": [
3122
"dist",
3223
"bundles"

0 commit comments

Comments
 (0)
0