mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
1. Correct code indentations based on jQuery Style Guide (contribute.jquery.org/style-guide/js/#spacing). 2. Add rules to "src/.eslintrc.json" to enable "enforcing consistent indentation", with minimal changes to the current code. Closes gh-4672