🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

eslint-config-deque

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-deque

Consistent ESLint standards for Deque product development

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

eslint-config-deque

A consistent, expandable standard ESLint configuration for Deque product development.

Installation

npm i eslint-config-deque

eslint and eslint-plugin-react (if using the React subconfiguration) are required as peer dependencies and should be installed as devDependencies in your project's root package.json.

This module contains a parent eslint-config-deque configuration and multiple subconfigurations which extend it. To enable the parent configuration, add extends: ['eslint-config-deque'] to your project's .eslintrc.json (or other applicable ESLint config). You can add your own rules, globals, environment settings, and so on directly in your ESLint config to override the standards if necessary.

Available Configurations

eslint-config-deque

This is the main configuration, and the parent of any more specific subconfigurations. It defines the core ruleset, options, and general environment settings.

eslint-config-deque/react

This subconfiguration is tuned for React projects, with React-specific rules and settings.

eslint-config-deque/server

This subconfiguration is intended for API servers.

Keywords

eslint

FAQs

Package last updated on 08 Feb 2018

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