mysticatea / eslint-plugin-node

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

Allow restricting TS imports like `import foo = require('foo')` #259

Open papb opened 3 years ago

papb commented 3 years ago

I want to restrict people from doing import foo = require('foo') at my TS project, but currently neither node/no-restricted-import nor node/no-restricted-require block it.