1.0.2 • Published 4 years ago

@elfin-fe/eslint-config-standard v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

@elfin-fe/eslint-config-standard

校精灵团队使用的eslint规则,基于standard/eslint-config-standard扩展而来

使用方法

安装

yarn add @elfin-fe/eslint-config-standard --dev

引用

.eslintrc.js文件的extends数组中引用规则

extends: [
	'@elfin-fe/standard',
]