🚀 Socket Launch Week 🚀 Day 3: Socket Acquires Coana.Learn More
Socket
Sign inDemoInstall
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

2.1.0
Source
npm
Version published
Weekly downloads
42
-88.1%
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 eslint-plugin-react babel-eslint

Usage

Add some ESLint config to your package.json:

{
	"scripts": {
		"lint": "eslint --ext .js --ext .jsx --ignore-path .gitignore ."
	},
	"eslintConfig": {
		"extends": "aliyun"
	}
}

Then lint with $ npm run lint.

Keywords

aliyun

FAQs

Package last updated on 12 Nov 2018

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