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