eslint-plugin-xss icon indicating copy to clipboard operation
eslint-plugin-xss copied to clipboard

Support ESLint 9.0.0

Open ghost opened this issue 2 months ago • 1 comments

This plugin doesn't work with ESLint 9.0.0.

@Rantanen

Migration guide: https://eslint.org/blog/2023/11/whats-coming-in-eslint-9.0.0/

ghost avatar Apr 22 '24 18:04 ghost

Sadly even with @eslint/compat this doesn't work yet, and throws the error context.getSourceCode(...).getComments is not a function in xss/no-mixed-html's nodeHasSafeComment.

freaktechnik avatar May 11 '24 13:05 freaktechnik