/eslint-config

ESLint config for daily development.

Primary LanguageJavaScriptMIT LicenseMIT

eslint-config

安装

npm i -D @cmcm/eslint-config

使用

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

module.exports = {
	// ...
	extends: [
		'@cmcm',
		'@cmcm/eslint-config/vue',
	],
    // ...
}

License

MIT