We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33956ee commit bf1b44bCopy full SHA for bf1b44b
src/config/lintstagedrc.js
@@ -4,7 +4,7 @@ const hoverScripts = resolveHoverScripts()
4
const doctoc = resolveBin('doctoc')
5
6
module.exports = {
7
- 'README.md': [`${doctoc} --maxlevel 3 --notitle`],
+ 'README.md': [`${doctoc} --maxlevel 4 --notitle`],
8
'*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx|vue)': [
9
`${hoverScripts} format`,
10
],
0 commit comments