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

@runjiapp/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@runjiapp/eslint-config

ESLint config by Runji

0.5.5
latest
npm
Version published
Maintainers
1
Created
Source

eslint-config

JS 编码规范之 ESLint 配置文件

安装

npm i -D @runjiapp/eslint-config

使用

在你的 .eslintrc.js 文件中添加如下内容:

module.exports = {
	// ...
	extends: [
		'@runjiapp/eslint-config/preset/essential',
		'@runjiapp/eslint-config/preset/recommended',
		'@runjiapp/eslint-config/preset/stylistic',
		'@runjiapp/eslint-config/preset/vue/essential',
		'@runjiapp/eslint-config/preset/vue/recommended',
		'@runjiapp/eslint-config/preset/vue/stylistic',
	],
    // ...
}

Keywords

eslint

FAQs

Package last updated on 27 Nov 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