eslint-plugin-meow
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

eslint-plugin-meow

中文 | English

安装

  • npm

    npm install --save-dev eslint eslint-plugin-meow
    
  • yarn

    yarn add -D eslint eslint-plugin-meow
    
  • pnpm

    pnpm add -D eslint eslint-plugin-meow
    

使用

你可以直接在 package.json 中配置 ESLint。

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

开源

MIT © 2022 Coder Zhao

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-meow

Weekly Downloads

9

Version

1.0.12

License

MIT

Unpacked Size

54.4 kB

Total Files

7

Last publish

Collaborators

  • coderzhao