@42technologies/eslint-config

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @42technologies/eslint-config

Weekly Downloads

1

Version

1.0.1

License

UNLICENSED

Unpacked Size

4.45 kB

Total Files

12

Last publish

Collaborators

  • lbutzmann
  • surjikal
  • nickporter42