feat: add rule no-import-node-modules-by-path (#219)

This commit is contained in:
曾明健
2023-08-01 22:59:19 +08:00
committed by GitHub
parent 0ff5e45fdd
commit cf1240c847
4 changed files with 76 additions and 0 deletions

View File

@@ -396,6 +396,7 @@ module.exports = {
'yml/no-empty-document': 'off',
// antfu
'antfu/no-import-node-modules-by-path': 'error',
'antfu/if-newline': 'error',
'antfu/import-dedupe': 'error',
'antfu/top-level-function': 'error',