mermaid/.lintstagedrc.json
Matthieu MOREL 3a56bbed2e
build: setup eslint-plugin-json (#2552)
Co-authored-by: Yash Singh <saiansh2525@gmail.com>
2022-05-10 17:52:55 -07:00

5 lines
58 B
JSON

{
"*.{js,json,html,md}": [
"yarn lint:fix"
]
}