1.0.1 • Published 2 years ago

x-seolint v1.0.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

x-seolint

检验关键字出现次数

使用方法

package.json中配置

{
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "x-seolint": {
    "/Fist/templates/User/View/active_list.html": {
      "二维码": 2
    },
    "/Fist/templates/User/View/active_list_new.html": {
      "二维码": 3
    }
  },
  "lint-staged": {
    "./Fist/**/*.{html,tpl}": "x-seolint"
  }
}