skinview3d/.eslintrc.yaml

16 lines
409 B
YAML
Raw Permalink Normal View History

2020-01-22 19:15:02 +01:00
root: true
parser: '@typescript-eslint/parser'
plugins:
- '@typescript-eslint'
extends:
- 'eslint:recommended'
- 'plugin:@typescript-eslint/eslint-recommended'
- 'plugin:@typescript-eslint/recommended'
2021-06-12 10:07:21 +02:00
ignorePatterns:
- bundles/**/*
- libs/**/*
2020-01-22 19:15:02 +01:00
rules:
'@typescript-eslint/no-inferrable-types': off
'@typescript-eslint/interface-name-prefix': off
2020-01-26 20:39:29 +01:00
'@typescript-eslint/no-empty-interface': off