@42technologies/eslint-config
v1.0.1
Published
Central eslint configuration that we share across all packages in the monorepo. The weird file structure needed to get autocomplete in vscode.
Downloads
9
Readme
@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/*'