![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.
@openinvest/eslint-config
Advanced tools
OpenInvest ESLint config.
NOTE: For Node projects, you may want to disable no-console
when extending this config, since console logging might be of use to you.
yarn add --dev @typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
babel-eslint \
eslint \
prettier \
eslint-config-prettier \
eslint-plugin-prettier \
eslint-plugin-react \
eslint-plugin-react-native \
typescript \
@openinvest/eslint-config
yarn add --dev @typescript-eslint/eslint-plugin ^
@typescript-eslint/parser ^
babel-eslint ^
eslint ^
prettier ^
eslint-config-prettier ^
eslint-plugin-prettier ^
eslint-plugin-react ^
eslint-plugin-react-native ^
typescript ^
@openinvest/eslint-config
.eslintrc.json
{
// ...
"extends": "@openinvest/eslint-config"
}
accessor-pairs
constructor-super
curly
dot-location
eqeqeq
handle-callback-err
new-cap
no-array-constructor
no-caller
no-class-assign
no-compare-neg-zero
no-cond-assign
no-console
no-const-assign
no-constant-condition
no-control-regex
no-debugger
no-delete-var
no-dupe-args
no-dupe-class-members
no-dupe-keys
no-duplicate-case
no-else-return
no-empty-character-class
no-empty-pattern
no-eval
no-ex-assign
no-extend-native
no-extra-bind
no-extra-boolean-cast
no-extra-parens
no-fallthrough
no-floating-decimal
no-func-assign
no-global-assign
no-implied-eval
no-inner-declarations
no-invalid-regexp
no-iterator
no-label-var
no-labels
no-lone-blocks
no-lonely-if
no-multi-str
no-negated-in-lhs
no-new-func
no-new-object
no-new-require
no-new-symbol
no-new-wrappers
no-new
no-obj-calls
no-octal-escape
no-octal
no-path-concat
no-proto
no-redeclare
no-return-assign
no-return-await
no-self-assign
no-self-compare
no-sequences
no-shadow-restricted-names
no-sparse-arrays
no-this-before-super
no-throw-literal
no-undef-init
no-undef
no-unmodified-loop-condition
no-unneeded-ternary
no-unreachable
no-unsafe-finally
no-unsafe-negation
no-useless-call
no-useless-computed-key
no-useless-constructor
no-useless-escape
no-useless-rename
no-useless-return
no-var
no-with
object-property-newline
one-var
prefer-arrow-callback
prefer-promise-reject-errors
prefer-template
sort-vars
strict
symbol-description
unicode-bom
use-isnan
valid-typeof
wrap-iife
yoda
FAQs
OpenInvest ESLint config
We found that @openinvest/eslint-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.