Turn back on no-null-keyword. Use empty object instead of null
to signal to the xml
library that an empty element should be produced. Update the related tests.
Related to #306
This commit is contained in:
@ -15,8 +15,7 @@
|
||||
"max-classes-per-file": [false],
|
||||
"no-implicit-dependencies": false,
|
||||
"no-submodule-imports": false,
|
||||
// We need null in order to get empty elements from the xml library
|
||||
"no-null-keyword": false,
|
||||
"no-null-keyword": true,
|
||||
"return-undefined": true,
|
||||
"prefer-readonly": true,
|
||||
"no-duplicate-imports": true,
|
||||
|
Reference in New Issue
Block a user