53da48b646
* refactor: add an import sorting plugin * Fix code style issues with ESLint Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
import 'polyfill-object.fromentries'
|
|
|
|
import flat from 'array.prototype.flat'
|
|
import flatMap from 'array.prototype.flatmap'
|
|
|
|
flat.shim()
|
|
flatMap.shim()
|