Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@favware/eslint-config-react-app

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@favware/eslint-config-react-app

Standard ESLint config for Favware projects using React + TypeScript

  • 1.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
increased by550%
Maintainers
2
Weekly downloads
 
Created
Source

logo

@favware/eslint-config-react-app

Standard ESLint config for Favware projects using React + TypeScript


Project Status

GitHub Coverage Status

Bundle Sizes

npm bundle size npm bundle size npm

Social Media and Donations

Join Discord server Twitter Follow Patreon Donate PayPal Donate


About

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.

Install

Install with yarn or npm:

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

Note to create-react-app users (2020-06-11)

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.2.0",
    "@typescript-eslint/parser": "^3.2.0",
		"eslint": "^7.2.0"
	}

Usage

{
  "extends": ["@favware/eslint-config-react-app"]
}

API Documentation

Keywords

FAQs

Package last updated on 27 Aug 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc