1.0.12 • Published 2 years ago

eslint-plugin-meow v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-plugin-meow

npm.io npm.io npm.io npm.io

中文 | 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.

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

License

MIT © 2022 Coder Zhao