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:
Iván Ovejero
2022-11-22 14:11:29 +01:00
committed by GitHub
parent 0b754a4f85
commit 78119c9f22
55 changed files with 1049 additions and 917 deletions

View File

@@ -11,8 +11,5 @@
"incremental": true,
"sourceMap": true
},
"include": [
"**/*.credentials.ts",
"**/*.node.ts"
]
"include": ["**/*.credentials.ts", "**/*.node.ts"]
}