@monymony/eslint-config

0.4.1 • Public • Published

Do not use it. Not finished yet.

Install

How to use

  • Remove your prettier config or set as Prettier config.

  • Set your eslint config.

"extends": [
  ...,
  "@monymony/eslint-config", // should be set.
  "@monymony/eslint-config/backend" // optional for environment.
]

Example eslint config.

"extends": [
  "react-app",
  "react-app/jest",
  "@monymony/eslint-config",
  "@monymony/eslint-config/react"
]
"extends": [
  ...,
  "@monymony/eslint-config",
  "@monymony/eslint-config/backend"
]

Local Test

  1. Plugin root: yarn link
  2. In the example project: yarn link @monymony/eslint-config
  3. Run yarn lint

Refer

Multiple configs: https://github.com/AlloyTeam/eslint-config-alloy

/@monymony/eslint-config/

    Package Sidebar

    Install

    npm i @monymony/eslint-config

    Weekly Downloads

    282

    Version

    0.4.1

    License

    ISC

    Unpacked Size

    49 kB

    Total Files

    39

    Last publish

    Collaborators

    • jeffgukang