Skip to content

Commit e60ccf2

Browse files
committed
eslint-disable-next-line import/no-unresolved
1 parent 9b44085 commit e60ccf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lombiq.NodeJs.Extensions/scripts/lint-styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const options = {
3636
};
3737

3838
(async function main() {
39+
// eslint-disable-next-line import/no-unresolved -- ESLint does not know where to find external modules.
3940
const { default: stylelint } = await import('stylelint');
4041

4142
stylelint

0 commit comments

Comments
 (0)