Skip to content

Commit 390880d

Browse files
committed
Add a lint exemption
1 parent 50398cc commit 390880d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/compiler-path.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ export const compilerCommand = (() => {
3737
try {
3838
return [
3939
process.execPath,
40+
// This is a fallback which is required indirectly through
41+
// sass-embedded-all-unknown.
42+
// eslint-disable-next-line n/no-extraneous-require
4043
p.join(p.dirname(require.resolve('sass')), 'sass.js'),
4144
];
4245
} catch (e) {

0 commit comments

Comments
 (0)