From 1fad2643abd2c64e351a38c45cda73d29c53b500 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Wed, 23 Jan 2019 10:48:29 -0400 Subject: [PATCH] update blocked rule --- .eslintrc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 6bf4e4b6c0..fa496bfe90 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -33,8 +33,8 @@ rules: - functions: false variables: false typedefs: false - ## blocked by https://github.com/nzakas/eslint-plugin-typescript/pull/23 - # typescript/member-ordering: error + # this rule now works but generates a lot of issues with the codebase + # '@typescript-eslint/member-ordering': error '@typescript-eslint/type-annotation-spacing': error