From 2edcff57f4299dbbe1e6d244b3712375e46d6271 Mon Sep 17 00:00:00 2001 From: zepumph Date: Thu, 27 Dec 2018 14:34:18 -0900 Subject: [PATCH] remove file override node env declarations, https://github.com/phetsims/tasks/issues/972 --- js/grunt/lint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/grunt/lint.js b/js/grunt/lint.js index f466fe61..c4ea5231 100644 --- a/js/grunt/lint.js +++ b/js/grunt/lint.js @@ -5,7 +5,7 @@ * * @author Sam Reid (PhET Interactive Simulations) */ -/* eslint-env node */ + 'use strict'; // modules