Skip to content

Commit 0d86ffd

Browse files
committed
chore: fix lint-staged
remove eslint-doc-generator as it does not play well with lint-staged
1 parent 463c518 commit 0d86ffd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
},
9898
"lint-staged": {
9999
"*.{js,ts}": "eslint --cache --fix",
100-
"*.{js,ts,md}": "prettier --write",
101-
"./lib/rules/*": "eslint-doc-generator"
100+
"*.{js,ts,md}": "prettier --write"
102101
}
103102
}

0 commit comments

Comments
 (0)