From 03f74493a9a10884fb88bb690d525a281933fc2a Mon Sep 17 00:00:00 2001 From: Lam Wei Li Date: Sat, 12 Mar 2022 15:37:27 +0800 Subject: [PATCH] chore(lint): should not disable eslint rule, quote-props, in file-level --- lib/layouts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/layouts.js b/lib/layouts.js index 8223ce6..bdb327c 100644 --- a/lib/layouts.js +++ b/lib/layouts.js @@ -271,7 +271,6 @@ function patternLayout(pattern, tokens) { return loggingEvent.callStack || ''; } - /* eslint quote-props:0 */ const replacers = { c: categoryName, d: formatAsDate,