1.2.2 • Published 3 years ago

@momoko/eslint-config-js v1.2.2

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

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"
    ]
  },