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.
This commit is contained in:
jugglinmike 2022-04-04 11:27:22 -04:00 committed by GitHub
parent 926b0960d7
commit 5eb7dfbced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
{
"predef": ["Intl"],
"esversion": 11
}