@cmcm/eslint-config
v0.6.0
Published
ESLint config for daily development.
Downloads
6
Readme
eslint-config
安装
npm i -D @cmcm/eslint-config
使用
在你的 .eslintrc.js
文件中添加如下内容:
module.exports = {
// ...
extends: [
'@cmcm',
'@cmcm/eslint-config/vue',
],
// ...
}
License
MIT