AntonNiklasson / eslint-plugin-knex

Lint rule(s) for Knex.js
9 stars 8 forks source link

Cannot read property 'type' of undefined #5

Closed mahcloud closed 3 years ago

mahcloud commented 3 years ago

I'm getting a type of undefined on this line node_modules/eslint-plugin-knex/rules/avoid-injections.js:30:15

code triggering the issue

const sharp = require('sharp');

sharp(input).raw();