Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dcl/eslint-config

decentraland17.9kApache-2.02.2.1

Decentraland ESLint config

eslint, config, typescript, ts, sort, import

readme

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