Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 278 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 278 Bytes

DCL ESLint & Prettier Config

Installation

npm install -D @dcl/eslint-config

Usage

In eslintrc.json:

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

License

Apache 2.0