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

eslint-config-digiteels

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-digiteels

Custom ESLint configs based on DigitEels' style recommendations.

  • 2.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

eslint-config-digiteels

npm version eslint WTFPL

Custom ESLint configs based on DigitEels' style recommendations.

Heavily influenced by:

Usage

Install with ESLint for development using npm (requires ESLint v3.5.0 and above):

npm install --save-dev eslint eslint-config-digiteels

Extend your ESLint configuration using digiteels (or one of the below configs), for example:

{
  "extends": "digiteels"
}

That's it!

Configurations

Start by extending a complete configuration for one of the following ECMAScript versions:

  • ES6: digiteels/ecmaVersion/6 (default)
  • ES5: digiteels/ecmaVersion/5

Additionally extend one or more of the following environment / framework configurations applicable to your project:

  • Node.js: digiteels/env/node
  • React: digiteels/env/react

For example, for a Node.js project using ES6:

{
  "extends": [
    "digiteels",
    "digiteels/env/node"
  ]
}

License

Covered by the WTFPL, see LICENSE for full details.

Keywords

FAQs

Package last updated on 05 Oct 2016

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