# eslint-config-jquery **Repository Path**: mirrors_jquery/eslint-config-jquery ## Basic Information - **Project Name**: eslint-config-jquery - **Description**: jQuery's eslint config, enforcing the jQuery styleguide - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jQuery ESLint config ## Usage ```sh npm install --save-dev eslint-config-jquery ``` Configure ESLint with a `.eslintrc` file using the following contents: ```json { "extends": "jquery" } ``` ## Status This config follows the spirit of the jQuery [code style](https://contribute.jquery.org/style-guide/js/), does not violate it and extends it. ## Semver policy Same approach as in ESLint, see https://github.com/eslint/eslint#user-content-semantic-versioning-policy.