1.1.0 • Published 1 year ago

@mtvproject/eslint-config v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

MTV ESLint & Prettier Config

Installation

npm install -D @mtvproject/eslint-config

Usage

In eslintrc.json:

{
  "extends": "@mtvproject/eslint-config",
  "parserOptions": {
    "project": ["tsconfig.json", "test/tsconfig.json"]
  }
}

License

Apache 2.0