From fdb3fdcfb7452841f0a6ce66d9c40b59225bf2e9 Mon Sep 17 00:00:00 2001 From: Rob Stanford Date: Tue, 4 Oct 2022 12:29:11 +0100 Subject: [PATCH] chore: override semicolon rule --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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', }, }, {