After applying the eslint-v10 update.
#18157
Apply the specific dropped rules: indent, semi, and key-spacing
Those rules were not applied before because it would change many files, so the previous rules will be reapplied after together with the required file changes.
Those rules will cause warning in many files that can be auto-fixed.
Apply the auto-fix and push the changes.
After applying the eslint-v10 update.
#18157
Apply the specific dropped rules: indent, semi, and key-spacing
Those rules were not applied before because it would change many files, so the previous rules will be reapplied after together with the required file changes.
Those rules will cause warning in many files that can be auto-fixed.
Apply the auto-fix and push the changes.