mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-23 10:30:42 +02:00
refactor: Consolidate .prettierignore patterns (no-changelog) (#4692)
* ⚡ Consolidate Prettier ignore patterns * ⚡ Let Prettier select file types to format * 🎨 Apply formatting
This commit is contained in:
@@ -11,8 +11,5 @@
|
||||
"incremental": true,
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": [
|
||||
"**/*.credentials.ts",
|
||||
"**/*.node.ts"
|
||||
]
|
||||
"include": ["**/*.credentials.ts", "**/*.node.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user