@storm-software/prettier 0.11.1 → 0.13.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/CHANGELOG.md +20 -6
- package/README.md +1 -1
- package/config.json +14 -8
- package/index.cjs +21 -7
- package/meta.json +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,37 @@
|
|
|
1
|
-
## 0.
|
|
1
|
+
## 0.13.0 (2024-07-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
- **config:** Added the `brand2` and `brand3` color tokens ([58705631](https://github.com/storm-software/storm-ops/commit/58705631))
|
|
7
|
+
|
|
8
|
+
## 0.12.0 (2024-07-29)
|
|
2
9
|
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
- **prettier:** Added `prettier-plugin-solidity` configuration
|
|
13
|
+
([2f20befd](https://github.com/storm-software/storm-ops/commit/2f20befd))
|
|
14
|
+
|
|
15
|
+
## 0.11.1 (2024-07-23)
|
|
3
16
|
|
|
4
17
|
### Bug Fixes
|
|
5
18
|
|
|
6
|
-
- **eslint:** Resolve issues with `json` plugin config spread
|
|
19
|
+
- **eslint:** Resolve issues with `json` plugin config spread
|
|
20
|
+
([088d498a](https://github.com/storm-software/storm-ops/commit/088d498a))
|
|
7
21
|
|
|
8
22
|
## 0.11.0 (2024-07-23)
|
|
9
23
|
|
|
10
|
-
|
|
11
24
|
### Features
|
|
12
25
|
|
|
13
|
-
- **prettier:** Export default `config.json` and `tailwindcss.json` from package
|
|
26
|
+
- **prettier:** Export default `config.json` and `tailwindcss.json` from package
|
|
27
|
+
([c8711a52](https://github.com/storm-software/storm-ops/commit/c8711a52))
|
|
14
28
|
|
|
15
29
|
## 0.10.0 (2024-07-23)
|
|
16
30
|
|
|
17
|
-
|
|
18
31
|
### Features
|
|
19
32
|
|
|
20
|
-
- **prettier:** Added the `prettier-plugin-organize-imports` plugin
|
|
33
|
+
- **prettier:** Added the `prettier-plugin-organize-imports` plugin
|
|
34
|
+
([1f7b24ee](https://github.com/storm-software/storm-ops/commit/1f7b24ee))
|
|
21
35
|
|
|
22
36
|
## 0.9.0 (2024-07-16)
|
|
23
37
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/config.json
CHANGED
|
@@ -13,19 +13,19 @@
|
|
|
13
13
|
"endOfLine": "lf",
|
|
14
14
|
"overrides": [
|
|
15
15
|
{
|
|
16
|
-
"files": "
|
|
16
|
+
"files": "**/*.md{,x}",
|
|
17
17
|
"options": {
|
|
18
18
|
"semi": false,
|
|
19
19
|
"trailingComma": "none"
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
|
-
"files": "
|
|
23
|
+
"files": "**/*.svg",
|
|
24
24
|
"options": {
|
|
25
25
|
"parser": "html"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
|
-
{ "files": "
|
|
28
|
+
{ "files": "**/*.json", "options": { "trailingComma": "none" } },
|
|
29
29
|
{
|
|
30
30
|
"files": "**/*.hbs",
|
|
31
31
|
"options": {
|
|
@@ -33,21 +33,26 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"files": "**/*.
|
|
36
|
+
"files": "**/*.prisma",
|
|
37
37
|
"options": {
|
|
38
38
|
"parser": "prisma-parse"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
|
-
"files": "
|
|
42
|
+
"files": "**/{*.acid,*.aci,*.acidic}",
|
|
43
43
|
"options": {
|
|
44
44
|
"parser": "prisma-parse"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"files": "**/*.
|
|
48
|
+
"files": "**/*.sol",
|
|
49
49
|
"options": {
|
|
50
|
-
"parser": "
|
|
50
|
+
"parser": "solidity-parse",
|
|
51
|
+
"printWidth": 80,
|
|
52
|
+
"tabWidth": 4,
|
|
53
|
+
"useTabs": false,
|
|
54
|
+
"singleQuote": false,
|
|
55
|
+
"bracketSpacing": false
|
|
51
56
|
}
|
|
52
57
|
}
|
|
53
58
|
],
|
|
@@ -55,7 +60,8 @@
|
|
|
55
60
|
"prettier-plugin-sh",
|
|
56
61
|
"prettier-plugin-pkg",
|
|
57
62
|
"prettier-plugin-prisma",
|
|
58
|
-
"prettier-plugin-organize-imports"
|
|
63
|
+
"prettier-plugin-organize-imports",
|
|
64
|
+
"prettier-plugin-solidity"
|
|
59
65
|
],
|
|
60
66
|
"organizeImportsSkipDestructiveCodeActions": false
|
|
61
67
|
}
|
package/index.cjs
CHANGED
|
@@ -14,19 +14,19 @@ module.exports = {
|
|
|
14
14
|
"endOfLine": "lf",
|
|
15
15
|
"overrides": [
|
|
16
16
|
{
|
|
17
|
-
"files": "
|
|
17
|
+
"files": "**/*.md{,x}",
|
|
18
18
|
"options": {
|
|
19
19
|
"semi": false,
|
|
20
20
|
"trailingComma": "none"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
"files": "
|
|
24
|
+
"files": "**/*.svg",
|
|
25
25
|
"options": {
|
|
26
26
|
"parser": "html"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
|
-
{ "files": "
|
|
29
|
+
{ "files": "**/*.json", "options": { "trailingComma": "none" } },
|
|
30
30
|
{
|
|
31
31
|
"files": "**/*.hbs",
|
|
32
32
|
"options": {
|
|
@@ -34,21 +34,35 @@ module.exports = {
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
"files": "**/*.
|
|
37
|
+
"files": "**/*.prisma",
|
|
38
38
|
"options": {
|
|
39
39
|
"parser": "prisma-parse"
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
|
-
"files": "
|
|
43
|
+
"files": "**/{*.acid,*.aci,*.acidic}",
|
|
44
44
|
"options": {
|
|
45
45
|
"parser": "prisma-parse"
|
|
46
46
|
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"files": "**/*.sol",
|
|
50
|
+
"options": {
|
|
51
|
+
"parser": "solidity-parse",
|
|
52
|
+
"printWidth": 80,
|
|
53
|
+
"tabWidth": 4,
|
|
54
|
+
"useTabs": false,
|
|
55
|
+
"singleQuote": false,
|
|
56
|
+
"bracketSpacing": false
|
|
57
|
+
}
|
|
47
58
|
}
|
|
48
59
|
],
|
|
49
60
|
"plugins": [
|
|
50
61
|
"prettier-plugin-sh",
|
|
51
62
|
"prettier-plugin-pkg",
|
|
52
|
-
"prettier-plugin-prisma"
|
|
53
|
-
|
|
63
|
+
"prettier-plugin-prisma",
|
|
64
|
+
"prettier-plugin-organize-imports",
|
|
65
|
+
"prettier-plugin-solidity"
|
|
66
|
+
],
|
|
67
|
+
"organizeImportsSkipDestructiveCodeActions": false
|
|
54
68
|
};
|
package/meta.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"packages/prettier/src/index.ts":{"bytes":
|
|
1
|
+
{"inputs":{"packages/prettier/src/index.ts":{"bytes":1392,"imports":[],"format":"cjs"}},"outputs":{"dist/packages/prettier/index.cjs":{"imports":[],"exports":[],"entryPoint":"packages/prettier/src/index.ts","inputs":{"packages/prettier/src/index.ts":{"bytesInOutput":1392}},"bytes":1426}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/prettier",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
"prettier-plugin-organize-imports": "4.0.0",
|
|
53
53
|
"prettier-plugin-pkg": "0.18.1",
|
|
54
54
|
"prettier-plugin-prisma": "5.0.0",
|
|
55
|
-
"prettier-plugin-sh": "0.14.0"
|
|
55
|
+
"prettier-plugin-sh": "0.14.0",
|
|
56
|
+
"prettier-plugin-solidity": "1.3.1"
|
|
56
57
|
},
|
|
57
58
|
"devDependencies": {
|
|
58
59
|
"@types/prettier": "3.0.0"
|