npm update + fix linked to this update
found an issue with eslint when empty comments were used.
This commit is contained in:
@@ -123,7 +123,8 @@ module.exports = {
|
||||
'import/no-anonymous-default-export': 'off',
|
||||
'node/no-unsupported-features/node-builtins': 'warn',
|
||||
'prefer-exponentiation-operator': 'warn',
|
||||
'node/no-unsupported-features/es-syntax': 'off'
|
||||
'node/no-unsupported-features/es-syntax': 'off',
|
||||
'no-unsanitized/method': 'off'
|
||||
},
|
||||
overrides: [
|
||||
// Locales have no need for importing outside of SVG-Edit
|
||||
|
||||
Reference in New Issue
Block a user