Skip to content

Commit 2b992bf

Browse files
committed
update lint-staged for .md files
1 parent d25aba2 commit 2b992bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint:fix": "yarn lint --fix"
1313
},
1414
"lint-staged": {
15-
"*.{md}": [
15+
"*.md": [
1616
"textlint --fix",
1717
"git add"
1818
]

0 commit comments

Comments
 (0)