From a81549d22e47e47d694479348c7d34777649e402 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 8 Mar 2022 05:26:49 -0500 Subject: [PATCH] chore: remove internal naming-convention TODO --- .eslintrc.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index e131f7cb8f2f..21faa2cd7bee 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -74,9 +74,6 @@ module.exports = { { varsIgnorePattern: '^_', argsIgnorePattern: '^_' }, ], - // TODO - enable this - '@typescript-eslint/naming-convention': 'off', - // // Internal repo rules //