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

eslint-config-ndustrial

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ndustrial

Common eslint configuration for all of ndustrial.io's node applications

  • 1.0.4
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by300%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-ndustrial

Common eslint configuration for all of ndustrial.io's node applications

Installation

You can install this module through the regular NPM repository by using the snippet below:

npm install --save-dev eslint-config-ndustrial

or by adding this line to devDependencies in your package.json file.

  "eslint-config-ndustrial": "^1.0.0",

Once that is installed, create an .eslintrc.json file in your root directory and add the following line:

{ "extends": "ndustrial"}

From there, you can run eslint in your terminal with the command eslint **/*.js, or add that line to your package.json scripts as shown below:

"scripts": {
    "start": "./node_modules/.bin/nodemon server.js",
    "test": "npm run lint",
    "lint": "eslint **/*.js"
  }

Once it is added to your package.json file, you can just run npm run lint.

Keywords

FAQs

Package last updated on 03 Apr 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