Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
@favware/eslint-config-react-app
Advanced tools
Standard ESLint config for Favware projects using React + TypeScript
Project Status
Bundle Sizes
Social Media and Donations
This configuration extends the @favware/eslint-config
package while adding React specific rules. The React ruleset is heavily based on eslint-config-react-app
, with the difference being that it's opinionated to Favware code styling.
yarn add @favware/eslint-config-react-app
# npm install @favware/eslint-config-react-app
All necessary dependencies such as eslint
and @typescript-eslint/parser
will automatically be installed
create-react-app will install their own outdated versions of @typescript-eslint/eslint-plugin
(v2.x), @typescript-eslint/parser
(v2.x) and eslint
(v6.x) which will conflict with this configuration. If you're using yarn add the following to your package.json to force yarn to install supported versions of the packages. For other package managers please consult on how to properly modify their respective lock files to force package resolutions.
"resolutions": {
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.2.0"
}
{
"extends": ["@favware/eslint-config-react-app"]
}
FAQs
Standard ESLint config for Favware projects using React + TypeScript
The npm package @favware/eslint-config-react-app receives a total of 0 weekly downloads. As such, @favware/eslint-config-react-app popularity was classified as not popular.
We found that @favware/eslint-config-react-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.