chore(package.json): include more file types to prettier rules
This commit is contained in:
parent
fe05f817ba
commit
0de6e8453f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
"start": "turbo run start",
|
"start": "turbo run start",
|
||||||
"clean": "turbo run clean",
|
"clean": "turbo run clean",
|
||||||
"lint": "turbo run lint",
|
"lint": "turbo run lint",
|
||||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
"format": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx,md,mdx}\""
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint-config-custom": "workspace:*",
|
"eslint-config-custom": "workspace:*",
|
||||||
|
|
|
||||||
Reference in a new issue