Bahmni / speech-assistant-frontend

Use sorted import declarations within modules JS-0249
Anti-pattern
Minor
2 years ago2 years old
Member 'TextDecoder' of the import declaration should be sorted alphabetically
1import '@testing-library/jest-dom'
2import 'jest-axe/extend-expect'
3import {TextEncoder, TextDecoder} from 'util'4global.TextEncoder = TextEncoder
5global.TextDecoder = TextDecoder