mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-20 23:11:05 +00:00
16 lines
407 B
YAML
16 lines
407 B
YAML
extends:
|
|
- remcohaszing
|
|
- remcohaszing/typechecking
|
|
rules:
|
|
'@typescript-eslint/no-shadow': off
|
|
'@typescript-eslint/no-unnecessary-condition': off
|
|
|
|
import/extensions: off
|
|
import/no-extraneous-dependencies: off
|
|
import/no-unresolved: off
|
|
|
|
jsdoc/require-jsdoc: off
|
|
|
|
node/no-extraneous-import: off
|
|
node/no-unsupported-features/es-syntax: off
|
|
node/no-unsupported-features/node-builtins: off
|