![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.
eslint-config-humanmade
Advanced tools
Human Made coding standards for JavaScript.
This package is an ESLint shareable configuration, and requires babel-eslint
, eslint
, eslint-config-react-app
, eslint-plugin-flowtype
, eslint-plugin-import
, eslint-plugin-jsx-a11y
, eslint-plugin-react
.
To install this config and the peerDependencies when using npm 5+:
npx install-peerdeps --dev eslint-config-humanmade@latest
(Thanks to Airbnb's package for the command.)
You can then use it directly on the command line:
eslint -c humanmade MyFile.js
Alternatively, you can create your own configuration and extend these rules:
extends:
- humanmade
If you desire to use TypeScript for your project, you will need to add another dependency:
npm install --save-dev @typescript-eslint/parser
Once it's installed, update your configuration with the parser
parameter:
parser: "@typescript-eslint/parser"
extends:
- humanmade
When installing globally, you need to ensure the peer dependencies are also installed globally.
Run the same command as above, but instead with --global
:
npx install-peerdeps --global eslint-config-humanmade@latest
This allows you to use eslint -c humanmade MyFile.js
anywhere on your filesystem.
1.0.0 (July 31, 2020)
WordPress-Docs
by default in PHPCS #177$namespace.php
in function files #99FunctionCallSignature
inconsistency in phpcbf #200.editorconfig
for YAML & Markdown files #175package.json
files with tabs #175.editorconfig
to project root #175readme.md
to README.md
#175composer.json
description #175package.json
files meta #175<file>
, <basepath>
and testVersion
from ruleset #187, #198FAQs
Human Made Coding Standards for JavaScript.
The npm package eslint-config-humanmade receives a total of 19 weekly downloads. As such, eslint-config-humanmade popularity was classified as not popular.
We found that eslint-config-humanmade 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.