@bfra.me/prettier-config 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bfra.me/prettier-config",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Shared Prettier configuration for bfra.me",
5
5
  "keywords": [
6
6
  "bfra.me",
@@ -41,8 +41,8 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "prettier": "3.3.3",
44
- "@bfra.me/tsconfig": "0.5.0",
45
- "@bfra.me/prettier-config": "0.4.0"
44
+ "@bfra.me/tsconfig": "0.6.0",
45
+ "@bfra.me/prettier-config": "0.4.1"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "prettier": "^3.0.0"
@@ -14,7 +14,7 @@ const config = {
14
14
  // VS Code configuration files:
15
15
  // Use 4 spaces for indentation to match the default VS Code settings.
16
16
  {
17
- files: ['.vscode/*.json'],
17
+ files: ['.vscode/*.json', '.devcontainer/**/devcontainer*.json'],
18
18
  options: {
19
19
  tabWidth: 4,
20
20
  },
@@ -47,6 +47,7 @@ const config = {
47
47
  '**/.changeset/*.md',
48
48
  '**/CHANGELOG*.md',
49
49
  '**/changelog*.md',
50
+ '**/devcontainer-lock.json',
50
51
  '**/LICENSE*',
51
52
  '**/license*',
52
53
  '**/*.min.*',
@@ -18,7 +18,7 @@ const config: Config = {
18
18
  // VS Code configuration files:
19
19
  // Use 4 spaces for indentation to match the default VS Code settings.
20
20
  {
21
- files: ['.vscode/*.json'],
21
+ files: ['.vscode/*.json', '.devcontainer/**/devcontainer*.json'],
22
22
  options: {
23
23
  tabWidth: 4,
24
24
  },
@@ -54,6 +54,7 @@ const config: Config = {
54
54
  '**/.changeset/*.md',
55
55
  '**/CHANGELOG*.md',
56
56
  '**/changelog*.md',
57
+ '**/devcontainer-lock.json',
57
58
  '**/LICENSE*',
58
59
  '**/license*',
59
60
  '**/*.min.*',