eslint-config-zhihu

1.1.0 • Public • Published

eslint-config-zhihu

ESLint shareable config for the Zhihu.

Rules

  • eslint:recommended
  • plugin:react/recommended
  • plugin:import/recommended

Install

npm install --save-dev eslint eslint-config-zhihu eslint-plugin-import
# with react
npm install --save-dev eslint-plugin-react

Usage

Add some ESLint config to your package.json:

{
  "scripts": {
    "eslint": "eslint ."
  },
  "eslintConfig": {
    "extends": "zhihu"
    // with react
    // "extends": ["zhihu", "zhihu/react"]
  }
}

/eslint-config-zhihu/

    Package Sidebar

    Install

    npm i eslint-config-zhihu

    Weekly Downloads

    1

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    2.95 kB

    Total Files

    5

    Last publish

    Collaborators

    • ambarli