mysticatea / eslint-plugin-node

Additional ESLint's rules for Node.js
MIT License
958 stars 167 forks source link

[no-extraneous-import] support to ignore `import type` for `.ts` or flow #273

Open JounQin opened 3 years ago

JounQin commented 3 years ago
import type {
  ArrayExpression as _ArrayExpression,
  ObjectExpression as _ObjectExpression,
  ObjectProperty as _ObjectProperty,
  StringLiteral,
} from '@babel/types'