import-js/eslint-plugin-import

auto fix does not auto fix require

Open

#2,001 建立於 2021年3月9日

在 GitHub 查看
 (12 留言) (0 反應) (0 負責人)JavaScript (4,946 star) (1,540 fork)batch import
enhancementhelp wanted

描述

image

image

config:

'import/order': [
  'error',
  {
    'newlines-between': 'never',
    alphabetize: {
      order: 'asc',
      caseInsensitive: true
    }
  }
]

貢獻者指南