eslint-config-mina
v0.0.4
Published
ESLint config for Wechat Miniprogram
Readme
eslint-config-mina
Installation
yarn add -D 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: ['mina', 'plugin:prettier/recommended']
};