🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

eslint-config-aliyun

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-aliyun

ESLint shareable config for the Aliyun style

Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
23
21.05%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-aliyun

ESLint shareable config for the Aliyun style

Install

$ npm install --save-dev eslint eslint-config-aliyun

Usage

Add some ESLint config to your package.json:

{
	"scripts": {
		"lint": "eslint ."
	},
	"devDependencies": {
		"eslint": "^2.7.0",
		"eslint-config-aliyun": "^1.0.0"
	},
	"eslintConfig": {
		"extends": "aliyun"
	}
}

Then lint with $ npm run lint.

Keywords

aliyun

FAQs

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