The [JavaScript Style Guide](https://contribute.jquery.org/style-guide/js/) 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.