0.0.1 • Published 6 years ago

@ichong/eslint-cfg v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

eslint-cfg

JS ESLint 配置文件

安装

npm i -D @ichong/eslint-cfg

使用

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

module.exports = {
	// ...
	extends: [
		'@ichong',
	],
    // ...
}
0.1.0

6 years ago

0.0.1

6 years ago