📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

eslint-plugin-couchdb

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-couchdb

Adds support for CouchDB design document JavaScript files

0.1.0
Source
npm
Version published
Weekly downloads
3.7K
278.01%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-plugin-couchdb

Adds basic support for CouchDB design document JavaScript files.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-couchdb:

$ npm install eslint-plugin-couchdb --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-couchdb globally.

Usage

Recommended .eslintrc file, to be placed in the root directory before your design documents:

{
  "extends": "eslint:recommended",
  "env": {
    "couchdb/couchdb": true,
  },
  "plugins": ["couchdb"]
}

Keywords

eslint

FAQs

Package last updated on 29 Jan 2019

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