Browse Source

Removes readme and contributing.md from generate heading lint (#4295)

* Removes readme and contributing.md from generate heading

* lint only markdowns in source
main
Strek 3 years ago
committed by GitHub
parent
commit
1e79ed6890
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/package.json

2
beta/package.json

@ -100,6 +100,6 @@
},
"lint-staged": {
"*.{js,ts,jsx,tsx,css}": "yarn prettier",
"*.md": "yarn fix-headings"
"src/**/*.md": "yarn fix-headings"
}
}

Loading…
Cancel
Save