0.1.2 • Published 2 years ago

@modfy/eslint-config v0.1.2

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

@modfy/eslint-config

Usage

  1. Install this package

    pnpm i @modfy/eslint-config
  2. Extend in your .eslintrc

    {
      "extends": "@modfy",
      "parserOptions": {
        "project": "./tsconfig.json"
      }
    }