Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 3f26fa5cd0a59f8eefe62d3089cd61635ec5e297 https://github.com/phpmyadmin/phpmyadmin/commit/3f26fa5cd0a59f8eefe62d3089cd... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2023-04-04 (Tue, 04 April 2023) -03:00
Changed paths: M .eslintrc.json M js/src/chart.ts M js/src/codemirror/addon/lint/sql-lint.ts M js/src/database/central_columns.ts M js/src/database/events.ts M js/src/database/multi_table_query.ts M js/src/database/operations.ts M js/src/database/query_generator.ts M js/src/database/routines.ts M js/src/database/search.ts M js/src/database/structure.ts M js/src/database/triggers.ts M js/src/datetimepicker.ts M js/src/designer/database.ts M js/src/designer/history.ts M js/src/designer/init.ts M js/src/designer/move.ts M js/src/designer/page.ts M js/src/drag_drop_import.ts M js/src/error_report.ts M js/src/export.ts M js/src/gis_data_editor.ts M js/src/import.ts M js/src/jqplot/plugins/jqplot.byteFormatter.ts M js/src/jquery.sortable-table.ts M js/src/makegrid.ts M js/src/menu_resizer.ts M js/src/modules/ajax-message.ts M js/src/modules/ajax.ts M js/src/modules/common.ts M js/src/modules/config.ts M js/src/modules/console.ts M js/src/modules/cross_framing_protection.ts M js/src/modules/functions.ts M js/src/modules/functions/checkNumberOfFields.ts M js/src/modules/functions/createProfilingChart.ts M js/src/modules/functions/escape.ts M js/src/modules/functions/event-loader.ts M js/src/modules/functions/formatDateTime.ts M js/src/modules/functions/getImageTag.ts M js/src/modules/functions/getJsConfirmCommonParam.ts M js/src/modules/functions/handleCreateViewModal.ts M js/src/modules/functions/handleRedirectAndReload.ts M js/src/modules/functions/ignorePhpErrors.ts M js/src/modules/functions/isStorageSupported.ts M js/src/modules/functions/refreshMainContent.ts M js/src/modules/git-info.ts M js/src/modules/indexes.ts M js/src/modules/indexes/checkIndexName.ts M js/src/modules/keyhandler.ts M js/src/modules/navigation.ts M js/src/modules/navigation/event-loader.ts M js/src/modules/page_settings.ts M js/src/modules/sql-highlight.ts M js/src/normalization.ts M js/src/replication.ts M js/src/server/databases.ts M js/src/server/plugins.ts M js/src/server/privileges.ts M js/src/server/status/monitor.ts M js/src/server/status/processes.ts M js/src/server/status/queries.ts M js/src/server/status/sorter.ts M js/src/server/status/variables.ts M js/src/server/user_groups.ts M js/src/server/variables.ts M js/src/setup/scripts.ts M js/src/shortcuts_handler.ts M js/src/sql.ts M js/src/table/change.ts M js/src/table/chart.ts M js/src/table/find_replace.ts M js/src/table/gis_visualization.ts M js/src/table/operations.ts M js/src/table/relation.ts M js/src/table/select.ts M js/src/table/structure.ts M js/src/table/zoom_plot_jqplot.ts M js/src/transformations/image_upload.ts M js/src/u2f.ts M js/src/webauthn.ts M test/javascript/sql.test.ts
Log Message: ----------- Add some new-line rules for TS files
Improves readability of the code.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev