Uriel
Results
1
issues of
Uriel
I'm using version 0.6.0 With the configuration from the readme ``` { 'plugins': [ 'sort-imports-es6-autofix', ], 'rules': { 'sort-imports-es6-autofix/sort-imports-es6': [2, { 'ignoreCase': false, 'ignoreMemberSort': false, 'memberSyntaxSortOrder': ['none', 'all', 'multiple', 'single'],...