mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
meta: add MDX file to lint-staged list (#5174)
This commit is contained in:
parent
1ac7f9c55e
commit
f626ce7228
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@
|
|||
"eslint --fix",
|
||||
"prettier -w",
|
||||
"eslint"
|
||||
],
|
||||
"*.mdx": [
|
||||
"prettier -w"
|
||||
]
|
||||
},
|
||||
"remarkConfig": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue