marko/.lintstagedrc
Michael Rawlings 02670c8693
feat: import compiler from marko-js/x
Co-authored-by: Michael Rawlings <mirawlings@ebay.com>
Co-authored-by: Dylan Piercey <dpiercey@ebay.com>
Co-authored-by: Andrew Gliga <agliga@ebay.com>
2020-02-24 21:15:05 -08:00

5 lines
110 B
Plaintext

{
"*.{json,css,md}": ["prettier --write", "git add"],
"*.js": ["eslint", "prettier --write", "git add"]
}