style: reorder imports alphabetically

This commit is contained in:
2026-08-09 13:09:39 +02:00
committed by Gitea
parent db3758a54a
commit d8b4aa7a1a
23 changed files with 43 additions and 45 deletions
@@ -14,8 +14,14 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import { describe, test, expect } from 'vitest';
import { validateSettingsConfig, validateEntry, validateSelectionOptions, assertType, assertString } from '../settingsValidator';
import {
assertString,
assertType,
validateEntry,
validateSelectionOptions,
validateSettingsConfig
} from '../settingsValidator';
import { describe, expect, test } from 'vitest';
describe('settingsValidator', () => {
describe('validateSettingsConfig', () => {