@siemens/prettier-config 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.prettierrc.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "singleQuote": true,
8
8
  "overrides": [
9
9
  {
10
- "files": "*.html",
10
+ "files": "**/*.html",
11
11
  "options": {
12
12
  "parser": "angular"
13
13
  }
@@ -19,7 +19,7 @@
19
19
  }
20
20
  },
21
21
  {
22
- "files": "*.json5",
22
+ "files": "**/*.json5",
23
23
  "options": {
24
24
  "singleQuote": false
25
25
  }
package/index.js CHANGED
@@ -16,7 +16,7 @@ const config = {
16
16
  singleQuote: true,
17
17
  overrides: [
18
18
  {
19
- files: '*.html',
19
+ files: '**/*.html',
20
20
  options: {
21
21
  parser: 'angular'
22
22
  }
@@ -28,7 +28,7 @@ const config = {
28
28
  }
29
29
  },
30
30
  {
31
- files: '*.json5',
31
+ files: '**/*.json5',
32
32
  options: {
33
33
  singleQuote: false
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siemens/prettier-config",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "Configuration for Prettier.",
5
5
  "repository": {
6
6
  "type": "git",