mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-19 04:08:48 +00:00
For better ESM compatibility, this adds a file extension for nested package files. This also removes the nested special handling of `vscode-languageserver-types` and `vscode-languageserver-document` imports. This is unnecessary, because they use the `"module"` field in `package.json`.
19 lines
485 B
YAML
19 lines
485 B
YAML
extends:
|
|
- remcohaszing
|
|
- remcohaszing/typechecking
|
|
rules:
|
|
no-restricted-globals: off
|
|
|
|
'@typescript-eslint/no-misused-promises': off
|
|
'@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
|