Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zhzwz/eslint-plugin-meow


https://github.com/zhzwz/eslint-plugin-meow

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# eslint-plugin-meow

![](https://img.shields.io/npm/v/eslint-plugin-meow)
![](https://img.shields.io/npm/dt/eslint-plugin-meow)
![](https://img.shields.io/bundlephobia/min/eslint-plugin-meow)
![](https://img.shields.io/npm/l/eslint-plugin-meow)

[中文](./README.md) | English

## Installation

```
# npm
npm install --save-dev eslint eslint-plugin-meow

# or yarn
yarn add -D eslint eslint-plugin-meow

# or pnpm
pnpm add -D eslint eslint-plugin-meow
```

## Usage

You can configure eslint in `package.json`.

```json
{
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"eslintConfig": {
"extends": "plugin:meow/all"
}
}
```

## License

MIT © 2022 Coder Zhao