mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 19:39:40 +02:00
chore: add web-archived to eslint ignore pattern in lint-staged
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2eb1a0cd76
commit
4fba777b9b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
'*.{ts,tsx,js,jsx,mjs,cjs}': [
|
||||
'eslint --fix --ignore-pattern "apps-archived/**" --ignore-pattern "services-archived/**"',
|
||||
'eslint --fix --ignore-pattern "apps-archived/**" --ignore-pattern "services-archived/**" --ignore-pattern "**/web-archived/**"',
|
||||
'prettier --config .prettierrc.json --write',
|
||||
],
|
||||
'*.{json,md,svelte,astro}': ['prettier --config .prettierrc.json --write'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue