mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 16:17:43 +02:00
fix lint
This commit is contained in:
parent
16cb8e753b
commit
e9caa4a217
46 changed files with 1784 additions and 728 deletions
|
|
@ -9,8 +9,8 @@
|
|||
"build": "turbo run build",
|
||||
"test": "turbo run test",
|
||||
"lint": "turbo run lint",
|
||||
"lint:root": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"lint:root": "eslint . --cache",
|
||||
"lint:fix": "eslint . --fix --cache",
|
||||
"type-check": "turbo run type-check",
|
||||
"clean": "turbo run clean",
|
||||
"format": "prettier --config .prettierrc.json --write \"**/*.{ts,tsx,js,jsx,json,md,svelte,astro}\"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue