1.0.0 • Published 5 years ago

eslint-config-sf-mp v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint-config-sf-mp

npm GitHub issues NPM

SF-iTech's ESLint configuration for WeChat Mini Program

安装

yarn add eslint eslint-plugin-import eslint-config-sf-mp --dev
# 或
npm install eslint eslint-plugin-import eslint-config-sf-mp --save-dev

使用

在项目根目录下创建 .eslintrc 文件:

{
  "extends": "sf-mp"
}

注意,这套配置规则大量使用 ES6 语法,请打开微信开发者工具的 “ES6 转 ES5” 功能