@taiga-ui/prettier-config 0.174.3 → 0.175.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/README.md +0 -14
- package/package.json +1 -1
- package/project.json +1 -1
- package/CHANGELOG.md +0 -326
package/README.md
CHANGED
|
@@ -15,17 +15,3 @@ npm i --save-dev @taiga-ui/prettier-config
|
|
|
15
15
|
```js
|
|
16
16
|
module.exports = require('@taiga-ui/prettier-config');
|
|
17
17
|
```
|
|
18
|
-
|
|
19
|
-
More information about available at
|
|
20
|
-
[prettier documentation](https://prettier.io/docs/en/configuration.html#sharing-configurations)
|
|
21
|
-
|
|
22
|
-
### Available presets
|
|
23
|
-
|
|
24
|
-
- **angular**
|
|
25
|
-
|
|
26
|
-
```json5
|
|
27
|
-
{
|
|
28
|
-
// ...
|
|
29
|
-
prettier: '@taiga-ui/prettier-config/angular',
|
|
30
|
-
}
|
|
31
|
-
```
|
package/package.json
CHANGED
package/project.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"publish": {
|
|
9
9
|
"executor": "nx:run-commands",
|
|
10
10
|
"options": {
|
|
11
|
-
"command": "npm publish ./projects/
|
|
11
|
+
"command": "npm publish ./projects/{projectName} --access=public --ignore-scripts"
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,326 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See
|
|
4
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [0.11.9](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.11.8...@taiga-ui/prettier-config@0.11.9) (2024-06-03)
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
- **prettier-config:** add stylelint-prettier
|
|
11
|
-
([aac680c](https://github.com/taiga-family/linters/commit/aac680cc6a39f3dab7d72a8a62fb46594e471a20))
|
|
12
|
-
|
|
13
|
-
# Change Log
|
|
14
|
-
|
|
15
|
-
All notable changes to this project will be documented in this file. See
|
|
16
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
17
|
-
|
|
18
|
-
## [0.11.8](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.11.7...@taiga-ui/prettier-config@0.11.8) (2024-06-01)
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
21
|
-
|
|
22
|
-
# Change Log
|
|
23
|
-
|
|
24
|
-
All notable changes to this project will be documented in this file. See
|
|
25
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
26
|
-
|
|
27
|
-
## [0.11.7](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.11.6...@taiga-ui/prettier-config@0.11.7) (2024-04-30)
|
|
28
|
-
|
|
29
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
30
|
-
|
|
31
|
-
# Change Log
|
|
32
|
-
|
|
33
|
-
All notable changes to this project will be documented in this file. See
|
|
34
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
35
|
-
|
|
36
|
-
## [0.11.6](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.11.5...@taiga-ui/prettier-config@0.11.6) (2024-04-30)
|
|
37
|
-
|
|
38
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
39
|
-
|
|
40
|
-
# Change Log
|
|
41
|
-
|
|
42
|
-
All notable changes to this project will be documented in this file. See
|
|
43
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
44
|
-
|
|
45
|
-
## [0.11.5](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.11.4...@taiga-ui/prettier-config@0.11.5) (2024-04-11)
|
|
46
|
-
|
|
47
|
-
### Bug Fixes
|
|
48
|
-
|
|
49
|
-
- **prettier-config:** revert plugin
|
|
50
|
-
([b1ef0c9](https://github.com/taiga-family/linters/commit/b1ef0c9ba82200d7ac99cac5161cb8138c5ec128))
|
|
51
|
-
|
|
52
|
-
# Change Log
|
|
53
|
-
|
|
54
|
-
All notable changes to this project will be documented in this file. See
|
|
55
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
56
|
-
|
|
57
|
-
## [0.11.4](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.11.3...@taiga-ui/prettier-config@0.11.4) (2024-04-11)
|
|
58
|
-
|
|
59
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
60
|
-
|
|
61
|
-
# Change Log
|
|
62
|
-
|
|
63
|
-
All notable changes to this project will be documented in this file. See
|
|
64
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
65
|
-
|
|
66
|
-
## [0.11.3](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.11.2...@taiga-ui/prettier-config@0.11.3) (2024-04-11)
|
|
67
|
-
|
|
68
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
69
|
-
|
|
70
|
-
# Change Log
|
|
71
|
-
|
|
72
|
-
All notable changes to this project will be documented in this file. See
|
|
73
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
74
|
-
|
|
75
|
-
## [0.11.2](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.11.1...@taiga-ui/prettier-config@0.11.2) (2024-04-11)
|
|
76
|
-
|
|
77
|
-
### Bug Fixes
|
|
78
|
-
|
|
79
|
-
- **prettier-config:** set multiline arrays wrap threshold
|
|
80
|
-
([ed8e00c](https://github.com/taiga-family/linters/commit/ed8e00cede2776cb02149c3528d53468cea051b5))
|
|
81
|
-
|
|
82
|
-
# Change Log
|
|
83
|
-
|
|
84
|
-
All notable changes to this project will be documented in this file. See
|
|
85
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
86
|
-
|
|
87
|
-
## [0.11.1](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.11.0...@taiga-ui/prettier-config@0.11.1) (2024-04-09)
|
|
88
|
-
|
|
89
|
-
### Bug Fixes
|
|
90
|
-
|
|
91
|
-
- **prettier-config:** ignore warnings
|
|
92
|
-
([934157c](https://github.com/taiga-family/linters/commit/934157c1e0c4c80da9a09a1c10ce9ed0a14ea8e4))
|
|
93
|
-
|
|
94
|
-
# Change Log
|
|
95
|
-
|
|
96
|
-
All notable changes to this project will be documented in this file. See
|
|
97
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
98
|
-
|
|
99
|
-
# [0.11.0](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.10.0...@taiga-ui/prettier-config@0.11.0) (2024-04-09)
|
|
100
|
-
|
|
101
|
-
### Features
|
|
102
|
-
|
|
103
|
-
- **prettier-config:** add `prettier-plugin-multiline-arrays` plugin
|
|
104
|
-
([b7371d4](https://github.com/taiga-family/linters/commit/b7371d461bde169b26ce6b03e02f7b1652b844e3))
|
|
105
|
-
|
|
106
|
-
# Change Log
|
|
107
|
-
|
|
108
|
-
All notable changes to this project will be documented in this file. See
|
|
109
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
110
|
-
|
|
111
|
-
# [0.10.0](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.9.0...@taiga-ui/prettier-config@0.10.0) (2024-03-03)
|
|
112
|
-
|
|
113
|
-
### Features
|
|
114
|
-
|
|
115
|
-
- use peer deps ([208e07e](https://github.com/taiga-family/linters/commit/208e07e8de9928ae231317097157a3f1bebcab46))
|
|
116
|
-
|
|
117
|
-
# Change Log
|
|
118
|
-
|
|
119
|
-
All notable changes to this project will be documented in this file. See
|
|
120
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
121
|
-
|
|
122
|
-
# [0.9.0](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.8.4...@taiga-ui/prettier-config@0.9.0) (2024-03-01)
|
|
123
|
-
|
|
124
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
125
|
-
|
|
126
|
-
# Change Log
|
|
127
|
-
|
|
128
|
-
All notable changes to this project will be documented in this file. See
|
|
129
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
130
|
-
|
|
131
|
-
## [0.8.4](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.8.3...@taiga-ui/prettier-config@0.8.4) (2024-02-21)
|
|
132
|
-
|
|
133
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
134
|
-
|
|
135
|
-
# Change Log
|
|
136
|
-
|
|
137
|
-
All notable changes to this project will be documented in this file. See
|
|
138
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
139
|
-
|
|
140
|
-
## [0.8.3](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.8.2...@taiga-ui/prettier-config@0.8.3) (2024-02-10)
|
|
141
|
-
|
|
142
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
143
|
-
|
|
144
|
-
# Change Log
|
|
145
|
-
|
|
146
|
-
All notable changes to this project will be documented in this file. See
|
|
147
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
148
|
-
|
|
149
|
-
## [0.8.2](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.8.1...@taiga-ui/prettier-config@0.8.2) (2024-02-09)
|
|
150
|
-
|
|
151
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
152
|
-
|
|
153
|
-
# Change Log
|
|
154
|
-
|
|
155
|
-
All notable changes to this project will be documented in this file. See
|
|
156
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
157
|
-
|
|
158
|
-
## [0.8.1](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.8.0...@taiga-ui/prettier-config@0.8.1) (2024-02-04)
|
|
159
|
-
|
|
160
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
161
|
-
|
|
162
|
-
# Change Log
|
|
163
|
-
|
|
164
|
-
All notable changes to this project will be documented in this file. See
|
|
165
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
166
|
-
|
|
167
|
-
# [0.8.0](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.7.3...@taiga-ui/prettier-config@0.8.0) (2024-02-04)
|
|
168
|
-
|
|
169
|
-
### Features
|
|
170
|
-
|
|
171
|
-
- **prettier-config:** add `jsonc`
|
|
172
|
-
([61b0e01](https://github.com/taiga-family/linters/commit/61b0e010da584e952350db60bd1abaf1e82d5b3e))
|
|
173
|
-
|
|
174
|
-
# Change Log
|
|
175
|
-
|
|
176
|
-
All notable changes to this project will be documented in this file. See
|
|
177
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
178
|
-
|
|
179
|
-
## [0.7.3](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.7.2...@taiga-ui/prettier-config@0.7.3) (2024-02-03)
|
|
180
|
-
|
|
181
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
182
|
-
|
|
183
|
-
# Change Log
|
|
184
|
-
|
|
185
|
-
All notable changes to this project will be documented in this file. See
|
|
186
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
187
|
-
|
|
188
|
-
## [0.7.2](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.7.1...@taiga-ui/prettier-config@0.7.2) (2024-02-03)
|
|
189
|
-
|
|
190
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
191
|
-
|
|
192
|
-
# Change Log
|
|
193
|
-
|
|
194
|
-
All notable changes to this project will be documented in this file. See
|
|
195
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
196
|
-
|
|
197
|
-
## [0.7.1](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.7.0...@taiga-ui/prettier-config@0.7.1) (2024-01-29)
|
|
198
|
-
|
|
199
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
200
|
-
|
|
201
|
-
# Change Log
|
|
202
|
-
|
|
203
|
-
All notable changes to this project will be documented in this file. See
|
|
204
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
205
|
-
|
|
206
|
-
# [0.7.0](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.6.0...@taiga-ui/prettier-config@0.7.0) (2023-12-07)
|
|
207
|
-
|
|
208
|
-
### Features
|
|
209
|
-
|
|
210
|
-
- add peer deps ([#188](https://github.com/taiga-family/linters/issues/188))
|
|
211
|
-
([ff6d106](https://github.com/taiga-family/linters/commit/ff6d106aa19c33cfc12fd04de791f299ee1451d5))
|
|
212
|
-
|
|
213
|
-
# Change Log
|
|
214
|
-
|
|
215
|
-
All notable changes to this project will be documented in this file. See
|
|
216
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
217
|
-
|
|
218
|
-
# [0.6.0](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.5.0...@taiga-ui/prettier-config@0.6.0) (2023-11-15)
|
|
219
|
-
|
|
220
|
-
### Features
|
|
221
|
-
|
|
222
|
-
- **eslint-plugin-experience:** upgrade some rules
|
|
223
|
-
([f12c1b2](https://github.com/taiga-family/linters/commit/f12c1b2b5f1ed83d6f21f861a29c73804ef8740f))
|
|
224
|
-
|
|
225
|
-
# Change Log
|
|
226
|
-
|
|
227
|
-
All notable changes to this project will be documented in this file. See
|
|
228
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
229
|
-
|
|
230
|
-
# 0.5.0 (2023-11-14)
|
|
231
|
-
|
|
232
|
-
### Features
|
|
233
|
-
|
|
234
|
-
- **eslint-plugin-experience:** use single config
|
|
235
|
-
([e06d134](https://github.com/taiga-family/linters/commit/e06d134e3ae2e4d88dcdfbedb488a8e19336d953))
|
|
236
|
-
|
|
237
|
-
# Change Log
|
|
238
|
-
|
|
239
|
-
All notable changes to this project will be documented in this file. See
|
|
240
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
241
|
-
|
|
242
|
-
## 0.4.3 (2023-11-14)
|
|
243
|
-
|
|
244
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
245
|
-
|
|
246
|
-
# Change Log
|
|
247
|
-
|
|
248
|
-
All notable changes to this project will be documented in this file. See
|
|
249
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
250
|
-
|
|
251
|
-
## [0.4.2](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.4.1...@taiga-ui/prettier-config@0.4.2) (2023-11-14)
|
|
252
|
-
|
|
253
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
254
|
-
|
|
255
|
-
# Change Log
|
|
256
|
-
|
|
257
|
-
All notable changes to this project will be documented in this file. See
|
|
258
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
259
|
-
|
|
260
|
-
## [0.4.1](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.4.0...@taiga-ui/prettier-config@0.4.1) (2023-10-27)
|
|
261
|
-
|
|
262
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
263
|
-
|
|
264
|
-
# Change Log
|
|
265
|
-
|
|
266
|
-
All notable changes to this project will be documented in this file. See
|
|
267
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
268
|
-
|
|
269
|
-
# [0.4.0](https://github.com/taiga-family/linters/compare/@taiga-ui/prettier-config@0.3.1...@taiga-ui/prettier-config@0.4.0) (2023-10-17)
|
|
270
|
-
|
|
271
|
-
### Features
|
|
272
|
-
|
|
273
|
-
- **tsconfig:** add `@taiga-ui/tsconfig`
|
|
274
|
-
([a384eca](https://github.com/taiga-family/linters/commit/a384ecac1e036a66d5a7e95f9bb6790f34a592d9))
|
|
275
|
-
|
|
276
|
-
# Change Log
|
|
277
|
-
|
|
278
|
-
All notable changes to this project will be documented in this file. See
|
|
279
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
280
|
-
|
|
281
|
-
## [0.3.1](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/prettier-config@0.3.0...@taiga-ui/prettier-config@0.3.1) (2023-09-29)
|
|
282
|
-
|
|
283
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
284
|
-
|
|
285
|
-
# Change Log
|
|
286
|
-
|
|
287
|
-
All notable changes to this project will be documented in this file. See
|
|
288
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
289
|
-
|
|
290
|
-
# [0.3.0](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/prettier-config@0.2.2...@taiga-ui/prettier-config@0.3.0) (2023-09-12)
|
|
291
|
-
|
|
292
|
-
### Features
|
|
293
|
-
|
|
294
|
-
- update peer deps ([82cc2b2](https://github.com/taiga-family/taiga-ui/commit/82cc2b29e35173e797ffa4b5007477f5d4f38b1b))
|
|
295
|
-
|
|
296
|
-
# Change Log
|
|
297
|
-
|
|
298
|
-
All notable changes to this project will be documented in this file. See
|
|
299
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
300
|
-
|
|
301
|
-
## [0.2.2](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/prettier-config@0.2.1...@taiga-ui/prettier-config@0.2.2) (2023-09-12)
|
|
302
|
-
|
|
303
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
304
|
-
|
|
305
|
-
# Change Log
|
|
306
|
-
|
|
307
|
-
All notable changes to this project will be documented in this file. See
|
|
308
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
309
|
-
|
|
310
|
-
## [0.2.1](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/prettier-config@0.2.0...@taiga-ui/prettier-config@0.2.1) (2023-09-04)
|
|
311
|
-
|
|
312
|
-
**Note:** Version bump only for package @taiga-ui/prettier-config
|
|
313
|
-
|
|
314
|
-
# Change Log
|
|
315
|
-
|
|
316
|
-
All notable changes to this project will be documented in this file. See
|
|
317
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
318
|
-
|
|
319
|
-
# [0.2.0](https://github.com/taiga-family/taiga-ui/compare/@taiga-ui/prettier-config@0.1.3...@taiga-ui/prettier-config@0.2.0) (2023-08-20)
|
|
320
|
-
|
|
321
|
-
### Features
|
|
322
|
-
|
|
323
|
-
- add cspell config
|
|
324
|
-
([268b3fb](https://github.com/taiga-family/taiga-ui/commit/268b3fbf38a679204c1a3f16bf6f0e62c83e7b82))
|
|
325
|
-
- support prettier 3.x ([#2](https://github.com/taiga-family/taiga-ui/issues/2))
|
|
326
|
-
([9a0aa41](https://github.com/taiga-family/taiga-ui/commit/9a0aa41bba5a343d3ca237b6793806aa3f3c9f14))
|