Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@saberhq/eslint-config-react

Package Overview
Dependencies
4
Maintainers
2
Versions
168
Issues
File Explorer

Advanced tools

@saberhq/eslint-config-react

Saber base React ESLint config

    2.1.0latest
    GitHub

Version published
Maintainers
2
Weekly downloads
659
increased by33.67%

Weekly downloads

Changelog

Source

v2.1.0

  • no changes

What's Changed

  • Bump actions/setup-node from 3.4.1 to 3.5.0 by @dependabot in https://github.com/saber-hq/saber-build-common/pull/38

Full Changelog: https://github.com/saber-hq/saber-build-common/compare/v2.0.5...v2.1.0

Readme

Source

@saber-hq/eslint-config-react

Saber React ESLint config.

Installation

With Plug-n-Play (PNP)

ESLint has issues with PNP. First, install the following:

yarn add -D eslint eslint-import-resolver-node eslint-plugin-import @rushstack/eslint-patch

Then, in your .eslintrc.js, add:

"use strict"; require("@rushstack/eslint-patch/modern-module-resolution"); module.exports = { extends: ["@saberhq/eslint-config-react"], parserOptions: { project: "tsconfig.json", }, };

Keywords

FAQs

Last updated on 28 Sep 2022

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc