0.1.0 • Published 2 months ago

@ifanrx/eslint-plugin v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

@ifanrx/eslint-plugin

💼 Configurations enabled in.\ 🔧 Automatically fixable by the --fix CLI option.

NameDescription💼🔧
no-use-wxUse uni instead of wxbadge-miniapp🔧
require-create-faasEnforce the use of createFaaS function in cloud functionbadge-faas
vue-pascal-case-importsVue component import names should be in PascalCase.badge-miniapp🔧

新增 rule

pnpm new:rule

自动生成 rule 文档

pnpm update:eslint-docs

允许自动化测试用例

pnpm test

Usage

const {init} = require('@ifanrx/eslint-config-standard/init')

module.exports = init({
  root: true,
  extends: ['plugin:@ifanrx/faas', ...],
})

禁用规则

const {init} = require('@ifanrx/eslint-config-standard/init')

module.exports = init({
  root: true,
  extends: ['plugin:@ifanrx/faas', ...],
  rules: {
    '@ifanrx/require-create-faas': 'off',
  },
})
0.1.0

2 months ago

0.0.2

3 months ago

0.0.1

5 months ago