From 49ce1f41a6f65662ac4b18a91c3d9c3baad71af1 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Tue, 26 Jan 2021 10:13:20 +0000 Subject: [PATCH] style: correct rule in package.json --- test/.eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/.eslintrc b/test/.eslintrc index ad76490..a9d9311 100644 --- a/test/.eslintrc +++ b/test/.eslintrc @@ -7,7 +7,7 @@ "mocha": true }, "rules": { - "eslint no-process-env": "off", + "no-process-env": "off", "no-new-wrappers": 0, "no-array-constructor": 0, "no-new-object": 0,