@storm-software/prettier 0.58.9 → 0.58.10

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.
Files changed (2) hide show
  1. package/.prettierignore +66 -14
  2. package/package.json +2 -2
package/.prettierignore CHANGED
@@ -11,10 +11,8 @@ npm-lock.yaml
11
11
  pnpm-lock.yaml
12
12
  yarn.lock.yaml
13
13
  bun.lockb
14
-
15
14
  **/*.lock
16
15
  **/*.toml
17
-
18
16
  **/.nx/workspace-data/**
19
17
  **/.nx/cache/**
20
18
  **/.git/**
@@ -33,16 +31,70 @@ bun.lockb
33
31
  **/LICENSE
34
32
  **/LICENSE.md
35
33
  **/LICENSE.txt
36
- **/src/generators/**/files/**/*
37
34
  **/typegen.d.ts
38
-
39
- # Ignore Nx plugin generated files
40
- packages/*/src/executors/*/schema.d.ts
41
- packages/*/src/executors/*/schema.json
42
- packages/*/src/executors/*/schema.md
43
- packages/*/src/executors/*/*.schema.*
44
- packages/*/src/generators/*/files/**/*
45
- packages/*/src/generators/*/schema.d.ts
46
- packages/*/src/generators/*/schema.json
47
- packages/*/src/generators/*/schema.md
48
- packages/*/src/generators/*/*.schema.*
35
+ **/.DS_Store
36
+ **/.android
37
+ **/.cache
38
+ **/.changeset
39
+ **/.cspellcache
40
+ **/.docusaurus
41
+ **/.history
42
+ **/.idea
43
+ **/.next
44
+ **/.nuxt
45
+ **/.nx
46
+ **/.svelte-kit
47
+ **/.tamagui
48
+ **/.temp
49
+ **/.vercel
50
+ **/.vite-inspect
51
+ **/.vitepress/cache
52
+ **/.wrangler
53
+ **/.yarn
54
+ **/__generated__
55
+ **/__mocks__
56
+ **/__snapshots__
57
+ **/__test__
58
+ **/CHANGELOG*.md
59
+ **/CODEOWNERS
60
+ **/LICENSE*
61
+ **/PULL_REQUEST_TEMPLATE.md
62
+ **/SECURITY.md
63
+ **/Thumbs.db
64
+ **/*.min.*
65
+ **/auto-import?(s).d.ts
66
+ **/bench
67
+ **/bun.lockb
68
+ **/cargo.lock
69
+ **/components.d.ts
70
+ **/coverage
71
+ **/dist
72
+ **/fallback*.js
73
+ **/ios
74
+ **/jest.config.js
75
+ **/jest.config.json
76
+ **/jest.config.ts
77
+ **/jest.setup.js
78
+ **/jest.setup.json
79
+ **/jest.setup.ts
80
+ **/next-env.d.ts
81
+ **/node_modules
82
+ **/npm-lock.*
83
+ **/nx/**/?(.)schema.d.ts
84
+ **/nx/**/?(.)schema.json
85
+ **/nx/**/?(.)schema.md
86
+ **/nx/**/generators/**/files
87
+ **/output
88
+ **/package-lock.*
89
+ **/pnpm-lock.*
90
+ **/rollup.config.*.timestamp-*
91
+ **/service-worker.js
92
+ **/sw*.js
93
+ **/tamagui.css
94
+ **/temp
95
+ **/tmp
96
+ **/vite.config.*.timestamp-*
97
+ **/webpack.config.*.timestamp-*
98
+ **/workbox*.js
99
+ **/yarn.lock
100
+ **/yarn.lock.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.58.9",
3
+ "version": "0.58.10",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -99,5 +99,5 @@
99
99
  "prettier-plugin-tailwindcss": "^0.6.14"
100
100
  },
101
101
  "publishConfig": { "access": "public" },
102
- "gitHead": "97c5d1d84921ce8364867d6f9daf8b13877fca09"
102
+ "gitHead": "e5271419c3b88f3e1c2ce80d3580064792ec2427"
103
103
  }