From 332dabba045cb743ce5b063887e2c54480b63a08 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Tue, 27 Jun 2023 13:48:50 -0400 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 88456730..1440ec75 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -182,7 +182,7 @@ "unicorn/filename-case": "off", "unicorn/no-array-reduce": "off", "unicorn/no-null": "off", - "unicorn/prefer-at": "off", + "unicorn/prefer-at": "off", // TODO: enable once we raise Node requirement to v16.6.0 "unicorn/prefer-module": "off", "unicorn/prefer-node-protocol": "off", // TODO: enable once we raise Node requirement to v16.0.0, v14.18.0. "unicorn/prevent-abbreviations": "off"