🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

eslint-config-dan-nl

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-dan-nl

an ESLint shareable config

latest
Source
npmnpm
Version
0.4.1
Version published
Weekly downloads
8
700%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-dan-nl

NPM version Build Status

an ESLint shareable config

table of contents

installation

npm install --save-dev dan-nl/eslint-config-dan-nl

.eslintrc

add a reference in the .eslintrc file

module.exports = {
  extends: 'dan-nl'
};

package.json

add a script entry in the package.json file

"scripts": {
  "eslint": "eslint ."
}

use

npm run eslint

license

MIT License

Keywords

eslint

FAQs

Package last updated on 07 Jun 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