[ERROR]
/xxx/components/xxx
import should occur after import of /xxx/utils/xxx
import/order
[Solution]
// .eslintrc.js
rules: {
'import/order': 'off',
},
[ERROR]
/xxx/components/xxx
import should occur after import of /xxx/utils/xxx
import/order
[Solution]
// .eslintrc.js
rules: {
'import/order': 'off',
},