From a054380203d1d7f271ff0649656779915ac28e63 Mon Sep 17 00:00:00 2001 From: David da Silva Date: Sat, 27 May 2017 22:25:11 +0200 Subject: [PATCH] Remove not-longer-necessary `run` global in .estlintrc (#2831) Sindre already merged it. --- test/.eslintrc.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/.eslintrc.yaml b/test/.eslintrc.yaml index 1830a0b6f4..a32fd84d48 100644 --- a/test/.eslintrc.yaml +++ b/test/.eslintrc.yaml @@ -3,5 +3,3 @@ env: globals: expect: false assert: false - # https://github.com/sindresorhus/globals/pull/102 - run: false