From f622982fdb8a606b0aff00d9460eca9238e6a9fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Tue, 18 Jul 2023 21:54:53 +0200 Subject: [PATCH] feat: add `unicorn/no-new-buffer` BREAKING CHANGE: New rule introduced --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 5e22740..0a22c13 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -191,6 +191,7 @@ "unicorn/no-hex-escape": "error", "unicorn/no-instanceof-array": "error", "unicorn/no-new-array": "error", + "unicorn/no-new-buffer": "error", "unicorn/no-this-assignment": "error", "unicorn/no-zero-fractions": "error", "unicorn/prefer-node-protocol": "error",