IanVS / prettier-plugin-sort-imports

An opinionated but flexible prettier plugin to sort import statements
Apache License 2.0
892 stars 21 forks source link

fix: test script on windows #134

Closed Tanimodori closed 9 months ago

Tanimodori commented 9 months ago

This PR adds cross-env as devDependency to set the NODE_OPTIONS env on different OS platforms, fixed the issue Windows Command Prompt and PowerShell cannot recognize that bash syntax used in test command.

Closes #133

IanVS commented 9 months ago

Thanks @Tanimodori!