Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/listenzz/eslint-config-wechat-miniprogram

ESLint config for Wechat Miniprogram.
https://github.com/listenzz/eslint-config-wechat-miniprogram

eslint-config wechat-mini-program

Last synced: 4 days ago
JSON representation

ESLint config for Wechat Miniprogram.

Awesome Lists containing this project

README

        

## 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`):

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