@sdcxp/eslint-config-mina
v1.0.0
Published
ESLint config for Wechat Miniprogram
Readme
eslint-config-mina
Installation
yarn add -D @sdcxp/eslint-config-minaNote: 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: ['@sdcxp/mina', 'plugin:prettier/recommended']
};为了支持可选链,需要为 VS Code 安装 JavaScript and TypeScript Nightly 插件
