2.0.1 • Published 1 year ago

@gfez/eslint-config-wechat-miniprogram v2.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
1 year ago

Installation

yarn add -D @gfez/eslint-config-wechat-miniprogram

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like

Usage

Add to your eslint config (.eslintrc.js, or eslintConfig field in package.json):

module.exports = {
  root: true,
  extends: ['@gfez/wechat-miniprogram', 'plugin:prettier/recommended']
};