2.0.1 • Published 3 years ago
@gfez/eslint-config-wechat-miniprogram v2.0.1
Installation
yarn add -D @gfez/eslint-config-wechat-miniprogramNote: 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']
};