disable eslint rule for unsupported feature

This commit is contained in:
jfh
2020-09-19 23:59:42 +02:00
parent 5447d05e8c
commit 5583488181
44 changed files with 26 additions and 66 deletions

View File

@@ -122,7 +122,8 @@ module.exports = {
'consistent-this': 'off',
'import/no-anonymous-default-export': 'off',
'node/no-unsupported-features/node-builtins': 'warn',
'prefer-exponentiation-operator': 'warn'
'prefer-exponentiation-operator': 'warn',
'node/no-unsupported-features/es-syntax': 'off'
},
overrides: [
// Locales have no need for importing outside of SVG-Edit