From 9f3b4ff4081a5cc0041c179a62a7fecbf6e31a61 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sat, 25 Apr 2020 17:30:28 -0700 Subject: [PATCH] xo: Remove unicorn/string-content exclusion. Signed-off-by: Anders Kaseorg --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 06ae6c57..c3e8ae2f 100644 --- a/package.json +++ b/package.json @@ -215,8 +215,7 @@ } ], "no-warning-comments": "off", - "strict": "error", - "unicorn/string-content": "off" + "strict": "error" }, "envs": [ "node",