Fix line length issues in our JavaScript code.

Review Request #12767 — Created Jan. 6, 2023 and submitted — Latest diff uploaded

Information

Djblets
release-4.x

Reviewers

We had a number of places where the line length was slightly too long.
This updates various doc comments and code to fit within the max line
length, satisfying ESLint.

Some lines are still above the limit, such as legacy gettext() calls,
which cannot wrap.

Verified ESLint no longer found (relevant) line length issues.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Fix line length issues in our JavaScript code.
We had a number of places where the line length was slightly too long. This updates various doc comments and code to fit within the max line length, satisfying ESLint.
c07f38fd3f46d40410aae17be39d8f50cc7c60a3 Christian Hammond
Fix line length issues in our JavaScript code.
We had a number of places where the line length was slightly too long. This updates various doc comments and code to fit within the max line length, satisfying ESLint.
a23e9270205e93a76642fa7092b1157e0bad8589 Christian Hammond
djblets/static/djblets/js/datagrid.js
djblets/static/djblets/js/integrations/views/integrationConfigListView.es6.js
djblets/static/djblets/js/integrations/views/tests/addIntegrationPopupViewTests.es6.js
Loading...