The JavaScript Style Guide incorrectly says:
Every jQuery project has a Grunt task for linting all JavaScript files: grunt jshint
and then describes the JSHint config. jQuery Core uses ESLint for linting and doesn't have .jshintrc or the jshint Grunt task.