newpackage.json

This commit is contained in:
l198881 2021-05-04 09:01:27 -03:00 committed by GitHub
parent f8a3642a81
commit 51d39198d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,8 +59,8 @@
}, },
"xo": { "xo": {
"rules": { "rules": {
"unicorn/prefer-string-slice": "off", "unicorn/prefer-string-slice": "on",
"unicorn/better-regex": "off" "unicorn/better-regex": "on"
} }
} }
} }