Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhzwz/eslint-plugin-meow
https://github.com/zhzwz/eslint-plugin-meow
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhzwz/eslint-plugin-meow
- Owner: zhzwz
- License: mit
- Created: 2022-04-22T07:35:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T08:46:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T10:17:02.655Z (about 2 months ago)
- Language: TypeScript
- Size: 213 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
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