mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
add diagnosticCodesToIgnore 2345
- handles issue with Intl.DateTimeFormat when `options` is a variable
This commit is contained in:
parent
a9cf34ab56
commit
1a73a27102
@ -667,6 +667,7 @@ RED.editor.codeEditor.monaco = (function() {
|
||||
2307, //Cannot find module 'xxx' or its corresponding type declarations
|
||||
2322, //Type 'unknown' is not assignable to type 'string'
|
||||
2339, //property does not exist on
|
||||
2345, //Argument of type xxx is not assignable to parameter of type 'DateTimeFormatOptions'
|
||||
7043, //i forget what this one is,
|
||||
80001, //Convert to ES6 module
|
||||
80004, //JSDoc types may be moved to TypeScript types.
|
||||
|
Loading…
Reference in New Issue
Block a user