Skip to content

Commit 4f7bba1

Browse files
authored
Merge pull request #1349 from ember-learn/kategengler-patch-1
Add note about expanded range of prettier
2 parents 1de8fd0 + 876e6a5 commit 4f7bba1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/ember-released-6-3.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Ember 6.3 Released
33
authors:
44
- jared-galanis
5+
- katie-gengler
56
date: 2025-03-28T00:00:00.000Z
67
tags:
78
- releases
@@ -119,6 +120,8 @@ The following scripts are adding to package.json via the blueprint:
119120

120121
As noted in the RFC: we use `format` instead of `lint:format:fix`, because we don't want to run Prettier parallel to ESLint and Stylelint when fixing lint errors. The `lint:fix` script will always run `format` last to avoid competing changes.
121122

123+
Prettier will now run over all files, not just JavaScript and TypeScript. Files can be excludde by adding globs to the [`.prettierignore` file](https://prettier.io/docs/ignore).
124+
122125
##### Add ember-cli-deprecation-workflow to app blueprint per [RFC #1009](https://rfcs.emberjs.com/id/1009-move-deprecation-workflow-to-apps)
123126

124127
[#10588](https://github.com/ember-cli/ember-cli/pull/10588) Adds the `ember-cli-deprecation-workflow` addon to the default blueprint for apps and generates the setup for the addon as well.

0 commit comments

Comments
 (0)