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

@drpg/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@drpg/eslint-config

An eslint configuration that includes our common eslint settings for the different types of projects we work on.

  • 1.0.18-alpha.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
370
increased by15.63%
Maintainers
3
Weekly downloads
 
Created
Source

@drpg/eslint-config

An eslint configuration that includes our common eslint settings for the different types of projects we work on.

Usage

.eslintrc

{
  "extends": "@drpg/eslint-config"
}

Configurations

NameDescription
@drpg/eslint-configThe default eslint config. See @drpg/eslint-config/react-web below.
@drpg/eslint-config/webBase standards with Jest & TypeScript integrated.
@drpg/eslint-config/react-webBase React standards with React, Jest, Storybook & TypeScript all fully integrated. (Default)
@drpg/eslint-config/react-nativeBase standards with preconfigured settings for React Native development.
@drpg/eslint-config/nodeBase standards tweaked for NodeJS development.

@drpg/eslint-config

Alias for @drpg/eslint-config/react-web

@drpg/eslint-config/web

Base general-purpose standard for web projects. Does not include any framework-specific linting rules. This should not be used on any projects with React (use @drpg/eslint-config/react-web instead).

@drpg/eslint-config/react-web

Includes support for;

  • React
  • Jest
  • Storybook
  • TypeScript

@drpg/eslint-config/react-native

TODO: Make this config. Raise a MR?

@drpg/eslint-config/node

TODO: Make this config. Raise a MR?

FAQs

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