New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-debd

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-debd

ESLint config for common gotch'yas for different JS environments. Forked from https://www.npmjs.com/package/eslint-config-jameslnewell

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-debd

ESLint config for common gotch'yas for different JS environments.

Note: I think formatting code is important (find out why here) but nowdays I'm using prettier to take care of formatting code for me.

Installation

npm install --save @nib/eslint-config-debd

Usage

In the root of your project, create a .eslintrc file with the following contents:

{
  "extends": "debd/<env>"
}

Now run eslint on your script files:

eslint **/*.js

Configurations

debd/es6

Linting rules for ES6.

debd/es

Linting rules for latest language features.

debd/react

Linting rules for ES6 and react.

debd/node

Linting rules for node v4.

Partial configurations

debd/test

Relax rules with useful behaviour for testing.

debd/debug

Relax rules with useful behaviour for debugging.

Change log

0.0.1

Keywords

FAQs

Package last updated on 12 Jul 2017

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