From 69732b1a52d8f202ce263676f180ed043e7a7fe4 Mon Sep 17 00:00:00 2001 From: Ari Stathopoulos Date: Tue, 20 Oct 2020 07:52:17 +0300 Subject: [PATCH] eslint rules tweak for wp-core --- .eslintrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc b/.eslintrc index b4ffd2fe7..8fa48b7f7 100644 --- a/.eslintrc +++ b/.eslintrc @@ -13,5 +13,8 @@ "_": "readonly", "NodeList": "readonly", "Element": "readonly" + }, + "rules": { + "comma-dangle": "off" } }