@42technologies/eslint-config 中文文档教程
@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/*'