New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-aliyun

Package Overview
Dependencies
Maintainers
2
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.0.4
latest
Source
npm
Version published
Weekly downloads
35
600%
Maintainers
2
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 04 Mar 2021

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