From d801095da7182fd737172eff68bf52faeaef0ed1 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 2 Jan 2021 01:33:04 +0700 Subject: [PATCH] =?UTF-8?q?Enforce=20`err`=20=E2=86=92=20`error`=20for=20v?= =?UTF-8?q?ariable=20names?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/plugins.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/plugins.js b/config/plugins.js index d9c37325..008b1b73 100644 --- a/config/plugins.js +++ b/config/plugins.js @@ -123,6 +123,9 @@ module.exports = { }, val: { value: true + }, + err: { + error: true } } }