From 51d39198d53464cde2bdcb16f59783d5430155e4 Mon Sep 17 00:00:00 2001 From: l198881 <82917144+l198881@users.noreply.github.com> Date: Tue, 4 May 2021 09:01:27 -0300 Subject: [PATCH] newpackage.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 05cbf72..3059f03 100644 --- a/package.json +++ b/package.json @@ -59,8 +59,8 @@ }, "xo": { "rules": { - "unicorn/prefer-string-slice": "off", - "unicorn/better-regex": "off" + "unicorn/prefer-string-slice": "on", + "unicorn/better-regex": "on" } } }