@storm-software/prettier 0.9.0 → 0.11.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 CHANGED
@@ -1,80 +1,107 @@
1
+ ## 0.11.0 (2024-07-23)
2
+
3
+
4
+ ### Features
5
+
6
+ - **prettier:** Export default `config.json` and `tailwindcss.json` from package ([c8711a52](https://github.com/storm-software/storm-ops/commit/c8711a52))
7
+
8
+ ## 0.10.0 (2024-07-23)
9
+
10
+
11
+ ### Features
12
+
13
+ - **prettier:** Added the `prettier-plugin-organize-imports` plugin ([1f7b24ee](https://github.com/storm-software/storm-ops/commit/1f7b24ee))
14
+
1
15
  ## 0.9.0 (2024-07-16)
2
16
 
17
+ ### Features
3
18
 
4
- ### 🚀 Features
19
+ - **prettier:** Added TailwindCSS configuration json
5
20
 
6
- - **prettier:** Added TailwindCSS configuration json ([0fc2558a](https://github.com/storm-software/storm-ops/commit/0fc2558a))
21
+ ([0fc2558a](https://github.com/storm-software/storm-ops/commit/0fc2558a))
7
22
 
8
23
  ## 0.8.0 (2024-07-16)
9
24
 
25
+ ### Features
10
26
 
11
- ### 🚀 Features
27
+ - **prettier:** Added a separate configuration json for import sorting
12
28
 
13
- - **prettier:** Added a separate configuration json for import sorting ([c29219a4](https://github.com/storm-software/storm-ops/commit/c29219a4))
29
+ ([c29219a4](https://github.com/storm-software/storm-ops/commit/c29219a4))
14
30
 
15
31
  ## 0.7.0 (2024-07-16)
16
32
 
33
+ ### Features
17
34
 
18
- ### 🚀 Features
35
+ - **prettier:** Remove duplicate import sorting plugin
19
36
 
20
- - **prettier:** Remove duplicate import sorting plugin ([bcb27e5a](https://github.com/storm-software/storm-ops/commit/bcb27e5a))
37
+ ([bcb27e5a](https://github.com/storm-software/storm-ops/commit/bcb27e5a))
21
38
 
22
39
  ## 0.6.0 (2024-07-14)
23
40
 
41
+ ### Features
24
42
 
25
- ### 🚀 Features
43
+ - **markdownlint:** Added markdownlint v1 json configuration
26
44
 
27
- - **markdownlint:** Added markdownlint v1 json configuration ([9fbd4fd0](https://github.com/storm-software/storm-ops/commit/9fbd4fd0))
45
+ ([9fbd4fd0](https://github.com/storm-software/storm-ops/commit/9fbd4fd0))
28
46
 
29
47
  ## 0.5.0 (2024-06-22)
30
48
 
49
+ ### Features
31
50
 
32
- ### 🚀 Features
51
+ - **workspace-tools:** Added `lint` and `format` tasks and improved cache input
33
52
 
34
- - **workspace-tools:** Added `lint` and `format` tasks and improved cache input management ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
53
+ management
54
+ ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
35
55
 
36
56
  ## 0.4.0 (2024-06-21)
37
57
 
58
+ ### Features
38
59
 
39
- ### 🚀 Features
60
+ - **eslint-plugin:** Resolve issues with eslint module types
40
61
 
41
- - **eslint-plugin:** Resolve issues with eslint module types ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
62
+ ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
42
63
 
43
64
  ## 0.3.0 (2024-06-17)
44
65
 
66
+ ### Features
45
67
 
46
- ### 🚀 Features
68
+ - **git-tools:** Add proper export values to package and resolve type issues
47
69
 
48
- - **git-tools:** Add proper export values to package and resolve type issues ([46f45709](https://github.com/storm-software/storm-ops/commit/46f45709))
70
+ ([46f45709](https://github.com/storm-software/storm-ops/commit/46f45709))
49
71
 
50
72
  ## 0.2.2 (2024-06-17)
51
73
 
74
+ ### Bug Fixes
52
75
 
53
- ### 🩹 Fixes
76
+ - **deps:** update patch prod dependencies
54
77
 
55
- - **deps:** update patch prod dependencies ([ec613e8a](https://github.com/storm-software/storm-ops/commit/ec613e8a))
78
+ ([ec613e8a](https://github.com/storm-software/storm-ops/commit/ec613e8a))
56
79
 
57
80
  ## 0.2.1 (2024-06-10)
58
81
 
82
+ ### Bug Fixes
59
83
 
60
- ### 🩹 Fixes
84
+ - **deps:** pin dependencies
61
85
 
62
- - **deps:** pin dependencies ([e2f9fcbc](https://github.com/storm-software/storm-ops/commit/e2f9fcbc))
86
+ ([e2f9fcbc](https://github.com/storm-software/storm-ops/commit/e2f9fcbc))
63
87
 
64
88
  ## 0.2.0 (2024-06-05)
65
89
 
66
- ### 🚀 Features
90
+ ### Features
67
91
 
68
92
  - **eslint-plugin:** Added the `apply` helper function
69
- ([ab919d5e](https://github.com/storm-software/storm-ops/commit/ab919d5e))
93
+
94
+ ([ab919d5e](https://github.com/storm-software/storm-ops/commit/ab919d5e))
70
95
 
71
96
  ## 0.1.0 (2024-06-05)
72
97
 
73
- ### 🚀 Features
98
+ ### Features
74
99
 
75
100
  - **eslint-plugin:** Added the `eslint` and `prittier` base packages
76
- ([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
101
+
102
+ ([b2d63d0f](https://github.com/storm-software/storm-ops/commit/b2d63d0f))
77
103
 
78
104
  - **workspace-tools:** Update `preset` generator with Storm `eslint-plugin` and
79
- `prettier` config
80
- ([24ae7683](https://github.com/storm-software/storm-ops/commit/24ae7683))
105
+
106
+ `prettier` config
107
+ ([24ae7683](https://github.com/storm-software/storm-ops/commit/24ae7683))
package/README.md CHANGED
@@ -1,7 +1,275 @@
1
- # prettier
1
+ <!-- START header -->
2
+ <!-- prettier-ignore-start -->
3
+ <!-- markdownlint-disable -->
2
4
 
3
- This library was generated with [Nx](https://nx.dev).
5
+
6
+ <div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
7
+ <br />
8
+
9
+ <div align="center">
10
+ <b>
11
+ <a href="https://stormsoftware.com" target="_blank">Website</a> •
12
+ <a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> •
13
+ <a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> •
14
+ <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
15
+ </b>
16
+ </div>
17
+
18
+ <br />
19
+ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages include CLI utility applications, tools, and various libraries used to create modern, scalable web applications.
20
+ <br />
21
+
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
+
24
+ [![Version](https://img.shields.io/badge/version-0.9.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
+
26
+ <!-- prettier-ignore-start -->
27
+ <!-- markdownlint-disable -->
28
+
29
+ > [!IMPORTANT]
30
+ > This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
31
+
32
+ <!-- markdownlint-restore -->
33
+ <!-- prettier-ignore-end -->
34
+
35
+ <div align="center">
36
+ <b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
37
+ </div>
38
+
39
+ <br />
40
+
41
+ <!-- START doctoc -->
42
+ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
+ ## Table of Contents
44
+
45
+ - [Storm Prettier Package](#storm-prettier-package)
46
+ - [Installing](#installing)
47
+ - [Building](#building)
48
+ - [Running unit tests](#running-unit-tests)
49
+ - [Storm Workspaces](#storm-workspaces)
50
+ - [Roadmap](#roadmap)
51
+ - [Support](#support)
52
+ - [License](#license)
53
+ - [Changelog](#changelog)
54
+ - [Contributing](#contributing)
55
+ - [Contributors](#contributors)
56
+
57
+ <!-- END doctoc -->
58
+
59
+ <br />
60
+
61
+ <!-- markdownlint-restore -->
62
+ <!-- prettier-ignore-end -->
63
+
64
+ <!-- END header -->
65
+
66
+ # Storm Prettier Package
67
+
68
+ This package contains the Prettier configuration for Storm Software projects.
69
+
70
+ ## Installing
71
+
72
+ Using [pnpm](http://pnpm.io):
73
+
74
+ ```bash
75
+ pnpm add -D @storm-software/prettier
76
+ ```
77
+
78
+ <details>
79
+ <summary>Using npm</summary>
80
+
81
+ ```bash
82
+ npm install -D @storm-software/prettier
83
+ ```
84
+
85
+ </details>
86
+
87
+ <details>
88
+ <summary>Using yarn</summary>
89
+
90
+ ```bash
91
+ yarn add -D @storm-software/prettier
92
+ ```
93
+
94
+ </details>
4
95
 
5
96
  ## Building
6
97
 
7
98
  Run `nx build prettier` to build the library.
99
+
100
+ ## Running unit tests
101
+
102
+ Run `nx test prettier` to execute the unit tests via [Jest](https://jestjs.io).
103
+
104
+ <!-- START footer -->
105
+ <!-- prettier-ignore-start -->
106
+ <!-- markdownlint-disable -->
107
+
108
+
109
+ ## Storm Workspaces
110
+
111
+ Storm workspaces are built using
112
+ <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
113
+ for monorepos, which helps you develop like Google, Facebook, and Microsoft.
114
+ Building on top of Nx, the Open System provides a set of tools and patterns that
115
+ help you scale your monorepo to many teams while keeping the codebase
116
+ maintainable.
117
+
118
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
119
+ <br />
120
+
121
+ ## Roadmap
122
+
123
+ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
124
+ list of proposed features (and known issues).
125
+
126
+ - [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
127
+ (Add your votes using the 👍 reaction)
128
+ - [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
129
+ (Add your votes using the 👍 reaction)
130
+ - [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
131
+
132
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
133
+ <br />
134
+
135
+ ## Support
136
+
137
+ Reach out to the maintainer at one of the following places:
138
+
139
+ - [Contact](https://stormsoftware.com/contact)
140
+ - [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
141
+ - <support@stormsoftware.com>
142
+
143
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
144
+ <br />
145
+
146
+ ## License
147
+
148
+ This project is licensed under the **Apache License 2.0**. Feel free to edit and
149
+ distribute this template as you like.
150
+
151
+ See [LICENSE](LICENSE) for more information.
152
+
153
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
154
+ <br />
155
+
156
+ ## Changelog
157
+
158
+ This project adheres to
159
+ [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
160
+ with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
161
+ file
162
+
163
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
164
+ <br />
165
+
166
+ ## Contributing
167
+
168
+ First off, thanks for taking the time to contribute! Contributions are what
169
+ makes the open-source community such an amazing place to learn, inspire, and
170
+ create. Any contributions you make will benefit everybody else and are **greatly
171
+ appreciated**.
172
+
173
+ Please try to create bug reports that are:
174
+
175
+ - _Reproducible._ Include steps to reproduce the problem.
176
+ - _Specific._ Include as much detail as possible: which version, what
177
+ environment, etc.
178
+ - _Unique._ Do not duplicate existing opened issues.
179
+ - _Scoped to a Single Bug._ One bug per report.
180
+
181
+ Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
182
+
183
+ You can use
184
+ [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli)
185
+ to check for common markdown style inconsistency.
186
+
187
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
188
+ <br />
189
+
190
+ ## Contributors
191
+
192
+ Thanks goes to these wonderful people
193
+ ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
194
+
195
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
196
+
197
+ <table>
198
+ <tbody>
199
+ <tr>
200
+ <td align="center" valign="top" width="14.28%"><a href="http://www.sullypat.com/"><img src="https://avatars.githubusercontent.com/u/99053093?v=4?s=100" width="100px;" alt="Patrick Sullivan"/><br /><sub><b>Patrick Sullivan</b></sub></a><br /><a href="#design-sullivanpj" title="Design">🎨</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Code">💻</a> <a href="#tool-sullivanpj" title="Tools">🔧</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Documentation">📖</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Tests">⚠️</a></td>
201
+ <td align="center" valign="top" width="14.28%"><a href="https://tylerbenning.com/"><img src="https://avatars.githubusercontent.com/u/7265547?v=4?s=100" width="100px;" alt="Tyler Benning"/><br /><sub><b>Tyler Benning</b></sub></a><br /><a href="#design-tbenning" title="Design">🎨</a></td>
202
+ <td align="center" valign="top" width="14.28%"><a href="http://stormsoftware.com"><img src="https://avatars.githubusercontent.com/u/149802440?v=4?s=100" width="100px;" alt="Stormie"/><br /><sub><b>Stormie</b></sub></a><br /><a href="#maintenance-stormie-bot" title="Maintenance">🚧</a></td>
203
+ </tr>
204
+ </tbody>
205
+ <tfoot>
206
+ <tr>
207
+ <td align="center" size="13px" colspan="7">
208
+ <img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg" alt="All Contributors">
209
+ <a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
210
+ </img>
211
+ </td>
212
+ </tr>
213
+ </tfoot>
214
+ </table>
215
+
216
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
217
+
218
+ This project follows the
219
+ [all-contributors](https://github.com/all-contributors/all-contributors)
220
+ specification. Contributions of any kind welcome!
221
+
222
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
223
+ <br />
224
+
225
+ <hr />
226
+ <br />
227
+
228
+ <div align="center">
229
+ <img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/logo-banner.png" width="100%" alt="Storm Software" />
230
+ </div>
231
+ <br />
232
+
233
+ <div align="center">
234
+ <a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
235
+ </div>
236
+
237
+ <div align="center">
238
+ <b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
239
+ </div>
240
+ <br />
241
+
242
+ Storm Software is an open source software development organization and creator
243
+ of Acidic, StormStack and StormCloud.
244
+
245
+ Our mission is to make software development more accessible. Our ideal future is
246
+ one where anyone can create software without years of prior development
247
+ experience serving as a barrier to entry. We hope to achieve this via LLMs,
248
+ Generative AI, and intuitive, high-level data modeling/programming languages.
249
+
250
+ Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
251
+ receive release notifications, ask questions, and get involved.
252
+
253
+ If this sounds interesting, and you would like to help us in creating the next
254
+ generation of development tools, please reach out on our
255
+ [website](https://stormsoftware.com/contact) or join our
256
+ [Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)
257
+ channel!
258
+
259
+ <br />
260
+
261
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
262
+ <br />
263
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
264
+
265
+ <br />
266
+
267
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
268
+ <br />
269
+ <br />
270
+
271
+
272
+ <!-- markdownlint-restore -->
273
+ <!-- prettier-ignore-end -->
274
+
275
+ <!-- END footer -->
package/config.json CHANGED
@@ -54,6 +54,8 @@
54
54
  "plugins": [
55
55
  "prettier-plugin-sh",
56
56
  "prettier-plugin-pkg",
57
- "prettier-plugin-prisma"
58
- ]
57
+ "prettier-plugin-prisma",
58
+ "prettier-plugin-organize-imports"
59
+ ],
60
+ "organizeImportsSkipDestructiveCodeActions": false
59
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/prettier",
3
- "version": "0.9.0",
3
+ "version": "0.11.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": {
@@ -25,6 +25,7 @@
25
25
  "./index": "./index.cjs",
26
26
  "./.prettierignore": "./.prettierignore",
27
27
  "./config.json": "./config.json",
28
+ "./tailwindcss.json": "./tailwindcss.json",
28
29
  "./package.json": "./package.json"
29
30
  },
30
31
  "keywords": [
@@ -32,17 +33,14 @@
32
33
  "storm-ops",
33
34
  "sullivanpj",
34
35
  "prettier",
36
+ "prettier-config",
35
37
  "monorepo"
36
38
  ],
37
39
  "peerDependencies": {
38
- "@ianvs/prettier-plugin-sort-imports": "4.2.1",
39
40
  "prettier": "^3.3.0",
40
41
  "prettier-plugin-tailwindcss": "0.6.5"
41
42
  },
42
43
  "peerDependenciesMeta": {
43
- "@ianvs/prettier-plugin-sort-imports": {
44
- "optional": true
45
- },
46
44
  "prettier": {
47
45
  "optional": false
48
46
  },
@@ -51,6 +49,7 @@
51
49
  }
52
50
  },
53
51
  "dependencies": {
52
+ "prettier-plugin-organize-imports": "4.0.0",
54
53
  "prettier-plugin-pkg": "0.18.1",
55
54
  "prettier-plugin-prisma": "5.0.0",
56
55
  "prettier-plugin-sh": "0.14.0"
package/import-order.json DELETED
@@ -1,69 +0,0 @@
1
- {
2
- "proseWrap": "always",
3
- "trailingComma": "none",
4
- "tabWidth": 2,
5
- "semi": true,
6
- "singleQuote": false,
7
- "quoteProps": "preserve",
8
- "insertPragma": false,
9
- "bracketSameLine": true,
10
- "printWidth": 80,
11
- "bracketSpacing": true,
12
- "arrowParens": "avoid",
13
- "endOfLine": "lf",
14
- "overrides": [
15
- {
16
- "files": "*.md{,x}",
17
- "options": {
18
- "semi": false,
19
- "trailingComma": "none"
20
- }
21
- },
22
- {
23
- "files": "*.svg",
24
- "options": {
25
- "parser": "html"
26
- }
27
- },
28
- { "files": "*.json", "options": { "trailingComma": "none" } },
29
- {
30
- "files": "**/*.hbs",
31
- "options": {
32
- "parser": "html"
33
- }
34
- },
35
- {
36
- "files": "**/*.aci",
37
- "options": {
38
- "parser": "prisma-parse"
39
- }
40
- },
41
- {
42
- "files": "**/*.acid",
43
- "options": {
44
- "parser": "prisma-parse"
45
- }
46
- },
47
- {
48
- "files": "**/*.acidic",
49
- "options": {
50
- "parser": "prisma-parse"
51
- }
52
- }
53
- ],
54
- "plugins": [
55
- "prettier-plugin-sh",
56
- "prettier-plugin-pkg",
57
- "@ianvs/prettier-plugin-sort-imports",
58
- "prettier-plugin-prisma"
59
- ],
60
- "importOrder": [
61
- "^react(-dom)?$",
62
- "^next(/.*|$)",
63
- "<THIRD_PARTY_MODULES>",
64
- "^(@|\\d|_)",
65
- "^(?=\\.+)(.(?!\\.(graphql|css|png|svg|jpe?g|webp|avif|wasm|mp4|webm)))+$",
66
- "^.+\\.(graphql|css|png|svg|jpe?g|webp|avif|wasm|mp4|webm)$"
67
- ],
68
- "importOrderParserPlugins": ["typescript", "jsx", "decorators-legacy"]
69
- }