@42technologies/eslint-config 中文文档教程

发布于 3年前 浏览 23 更新于 3年前

@42technologies/eslint-config

我们在 monorepo 中的所有包中共享的中央 eslint 配置。 在 vscode 中获得自动完成所需的奇怪文件结构。

Usage

在包的根目录中创建一个 .eslintrc.yml 文件。 基本结构是:

extends:
    - '@42technologies/eslint-config'
rules:
    '@typescript-eslint/no-var-requires': 0
ignorePatterns:
    - '**/node_modules/*'

@42technologies/eslint-config

Central eslint configuration that we share across all packages in the monorepo. The weird file structure needed to get autocomplete in vscode.

Usage

Create a .eslintrc.yml file in the root of your package. Basic structure is:

extends:
    - '@42technologies/eslint-config'
rules:
    '@typescript-eslint/no-var-requires': 0
ignorePatterns:
    - '**/node_modules/*'
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文