From 52eee5ed7645547af9f6fb15762ca1185a75159e Mon Sep 17 00:00:00 2001 From: john gravois Date: Tue, 16 Jun 2020 20:39:31 -0700 Subject: [PATCH] instead of a custom rule, make the change upstream relies on https://github.com/sveltejs/eslint-config/pull/1 --- .eslintrc.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 217b7f968d..a093de610b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,9 +10,5 @@ module.exports = { 'estree' ], 'svelte3/compiler': require('./compiler') - }, - // workaround for https://github.com/typescript-eslint/typescript-eslint/issues/1824 and rely solely on 'indent' rule - rules: { - "@typescript-eslint/indent": "off" } };