v0.34.1
- Disable the
unicorn/import-style
rule for TypeScript projects 77716e2
It wants to useimport path from 'path';
which is not always possible.
unicorn/import-style
rule for TypeScript projects 77716e2import path from 'path';
which is not always possible.