mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 00:41:09 +02:00
🔧 chore: add lint:root and lint:fix scripts
- lint:root: run ESLint with root config on all files - lint:fix: run ESLint with auto-fix 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
f720a25c20
commit
ec23630755
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
"build": "turbo run build",
|
||||
"test": "turbo run test",
|
||||
"lint": "turbo run lint",
|
||||
"lint:root": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"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