From 5eb7dfbced484d99da4e80e63f36b8d5a0c051f8 Mon Sep 17 00:00:00 2001 From: jugglinmike Date: Mon, 4 Apr 2022 11:27:22 -0400 Subject: [PATCH] Remove configuration file for third-party tool (#3450) The `.jshintrc` file configures the JavaScript "linting" tool named JSHint. Test262 does not depend on that tool, making the file's purpose and validity ambiguous and potentially distracting. --- .jshintrc | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .jshintrc diff --git a/.jshintrc b/.jshintrc deleted file mode 100644 index 93cbc059d44..00000000000 --- a/.jshintrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "predef": ["Intl"], - "esversion": 11 -}