We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acea4d2 commit cff482cCopy full SHA for cff482c
prettier-config/.prettierrc.json
@@ -7,7 +7,7 @@
7
"singleQuote": true,
8
"overrides": [
9
{
10
- "files": "*.html",
+ "files": "**/*.html",
11
"options": {
12
"parser": "angular"
13
}
@@ -19,7 +19,7 @@
19
20
},
21
22
- "files": "*.json5",
+ "files": "**/*.json5",
23
24
"singleQuote": false
25
prettier-config/index.js
@@ -16,7 +16,7 @@ const config = {
16
singleQuote: true,
17
overrides: [
18
- files: '*.html',
+ files: '**/*.html',
options: {
parser: 'angular'
@@ -28,7 +28,7 @@ const config = {
28
29
30
31
- files: '*.json5',
+ files: '**/*.json5',
32
33
singleQuote: false
34
0 commit comments