From 7489eddc2b67d2123edd515cd4ed4b939ea2978d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Mon, 13 Apr 2020 14:47:44 -0400 Subject: [PATCH] Add an explanation comment --- config/typescript.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/typescript.js b/config/typescript.js index 213d4ae56c..705faaf372 100644 --- a/config/typescript.js +++ b/config/typescript.js @@ -21,6 +21,8 @@ module.exports = { rules: { // analysis/correctness + + // TypeScript compilation already ensures that named imports exist in the referenced module 'import/named': 'off', }, }