1.0.1 • Published 3 years ago

@42technologies/eslint-config v1.0.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

@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/*'