Skip to content

Commit 72f63b7

Browse files
committed
chore: ignore html formatting
1 parent 4bc29e9 commit 72f63b7

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.prettierignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ tsconfig.json
66
api-extractor.json
77
README.md
88
temp
9+
e2e/hotfix/CVE-2024-52809.html
10+
packages/format-explorer/index.html
11+
packages/size-check-core/index.html
12+
packages/size-check-petite-vue-i18n/index.html
13+
packages/size-check-vue-i18n/index.html

docs/guide/migration/breaking.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ Version information is now accessible in import syntax instead of the VueI18n cl
279279

280280
Vue I18n v8.x:
281281

282+
<!-- eslint-skip -->
283+
282284
```js
283285
import VueI18n from 'vue-i18n'
284286

@@ -301,6 +303,8 @@ Removed as major browsers now support the [ECMAScript Internationalization API](
301303

302304
Vue I18n v8.x:
303305

306+
<!-- eslint-skip -->
307+
304308
```js
305309
import VueI18n from 'vue-i18n'
306310

@@ -334,6 +338,8 @@ The `v-t` directive for Vue 3 now preserves the default content. Therefore, this
334338

335339
Vue I18n v8.x:
336340

341+
<!-- eslint-skip -->
342+
337343
```js
338344
import VueI18n from 'vue-i18n'
339345

@@ -352,6 +358,8 @@ const i18n = new VueI18n({
352358

353359
In Vue I18n v8.x, List interpolation could use an array-like object as a parameter, such as the following:
354360

361+
<!-- eslint-skip -->
362+
355363
```js
356364
import VueI18n from 'vue-i18n'
357365

0 commit comments

Comments
 (0)