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

sdu-react-scripts

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sdu-react-scripts

Generic scripts and config files for your next React project

  • 1.0.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by133.33%
Maintainers
4
Weekly downloads
 
Created
Source

sdu-react-scripts

Generic scripts and config files for your next React project

Contents

  • Eslint Config

Installation

npm install -D sdu-react-scripts

Features

Extending ESLint

If you want to use this ESLint configuration in a React project, you can install it with the following steps.

First, install this package, ESLint and the necessary plugins.

npm install --save-dev eslint@7.x @typescript-eslint/eslint-plugin@3.x @typescript-eslint/parser@3.x eslint-config-react-app@5.x eslint-config-standard@14.x eslint-import-resolver-typescript@2.x eslint-plugin-flowtype@5.x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-node@11.x eslint-plugin-promise@4.x eslint-plugin-react@7.x eslint-plugin-react-hooks@4.x eslint-plugin-simple-import-sort@5.x eslint-plugin-standard@4.x

Then create a file named .eslintrc.json with following contents in the root folder of your project:

module.exports = {
  extends: ['./node_modules/sdu-react-scripts/config/eslint'], 
}

Ejecting from ESLint

You can add or overwrite the ESLint rules if you want to. But if you totally wish to eject from sdu-react-scripts run npx sdu-react-scripts eslint-eject

FAQs

Package last updated on 24 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