Skip to content

Commit 43e58f7

Browse files
authored
Don't add markdownlint config to NPM package
1 parent 22c569b commit 43e58f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595
"*.config.js",
9696
".eslintrc",
9797
".editorconfig",
98-
"tsconfig.json"
98+
"tsconfig.json",
99+
".markdownlint*"
99100
]
100101
}
101102
}

0 commit comments

Comments
 (0)