![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.
@mondra/code-format-config
Advanced tools
Linting rules for JavaScript, ReactJS and TypeScript project
Linting rules for JavaScript, ReactJS and TypeScript project. This package provides some standard coding rules via ESLint and Prettier.
npm i @mondra/code-format-config --save-dev
In order to use this package for rules, one need to follow these steps:
dbaeumer.vscode-eslint
and esbenp.prettier-vscode
.Installation
process mention above..eslintrc.js
file under root of your project..prettierrc.js
file under root of your project..eslintrc.js
module.exports = require('@mondra/code-format-config/eslint-config')
.prettierrc.js
module.exports = require('@mondra/code-format-config/prettier-config')
Then finally, restart your VSCode IDE.
package.json
{
"scripts": {
"lint:fix": "eslint -c .eslintrc.js --ext .js,.jsx,.ts,.tsx --fix src/",
"prettier:fix": "prettier --config .prettierrc.js --write \"src/**/*.{js,jsx,ts,tsx}\"",
"formatter": "npm run prettier:fix && npm run lint:fix"
}
}
Note: Mind the formatter sequence, i.e. first run Prettier
and then ESLint
.
In order to run and fix all lint errors in project, execute following command in terminal.
npm run formatter
Only Mondra team members can contribute to development of this package.
npm install
in the root directoy.feature/<branch-name>
or bug/<branch-name>
from main
branch.package.json
X.X.X
- Major.Minor.Patch
build
process.Now main
branch is upto the date as per latest features or bug fixes, execute following command in terminal.
npm publish
- This will publish the latest version of the library into npmjs.comSee in LICENSE.md
FAQs
Linting rules for JavaScript, ReactJS and TypeScript project
The npm package @mondra/code-format-config receives a total of 28 weekly downloads. As such, @mondra/code-format-config popularity was classified as not popular.
We found that @mondra/code-format-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.