![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@bedrockstreaming/prettier-config
Advanced tools
This package shares BedrockStreaming's Prettier configuration independently.
We usually duplicate the Prettier configuration in every project that uses @bedrockstreaming/eslint-config
by adding a .prettierrc
file. This is especially necessary when using the Visual Studio Code plugin for Prettier which needs to know the configuration to properly format files. But eslint-tools
directly embed Prettier's settings in the ESLint configuration preventing the plugin from getting it.
So this package allows you to avoid duplicating the few Prettier's rules in your projects.
npm install --save-dev @bedrockstreaming/prettier-config
yarn add -D @bedrockstreaming/prettier-config
The simplest usage is to add the following line in the package.json
file.
"prettier": "@bedrockstreaming/prettier-config",
This method does not offer a way to extend the configuration to overwrite some properties from the shared configuration. If you need to do that, import the file in a .prettierrc.js
file and export the modifications, e.g:
module.exports = {
...require('@company/prettier-config'),
semi: false,
};
FAQs
Bedrock Streaming's Prettier config
We found that @bedrockstreaming/prettier-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.