Skip to content

komomoo/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config

安装

# for js
yarn add -D eslint @momoko/eslint-config-js
# for vue
yarn add -D eslint @momoko/eslint-config-vue
# for react
yarn add -D eslint @momoko/eslint-config-react
# for ts
yarn add -D eslint @momoko/eslint-config-ts
# for ts-vue
yarn add -D eslint @momoko/eslint-config-ts-vue

使用

package.json 中添加

  "eslintConfig": {
    "extends": [
      "@momoko/js"
    ]
  },

About

🌵 ESLint 配置模块,使用 Lerna 管理

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published