From d7e0fbd684b6504bbd3ff3d36cc3e5770389d443 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Thu, 20 Apr 2023 15:42:51 +0200 Subject: [PATCH] Update .ncurc.js --- .ncurc.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.ncurc.js b/.ncurc.js index bac8b45c8..1dcb0edb0 100644 --- a/.ncurc.js +++ b/.ncurc.js @@ -7,9 +7,5 @@ module.exports = { 'decamelize', 'escape-string-regexp', 'open-editor', - - // Todo[engine:node@>=16]: Requires Node 16 - 'eslint-config-canonical', - 'glob', ], };