Hey, could you provide support for Stylelint 15? The imports are different from my experience. ```typescript import stylelint, { LinterResult } from 'stylelint'; const { lint } : typeof stylelint = stylelint; ```