diff --git a/.eslintrc.js b/.eslintrc.js index 7635178faa..1b3c8c2009 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -45,6 +45,7 @@ module.exports = { // unsupported by Node 12, i.e. optional chaining // TODO: re-enable after dropping support for Node 12 'n/no-unsupported-features/es-syntax': 'off', + '@typescript-eslint/no-extra-semi': 'off', }, }, {