Keith Broughton

Results 3 comments of Keith Broughton

FWIW, for me, the problem exists in sass-rails 5.0.2 but works fine when i downgrade to sass-rails 4.0.5.

> Try configuring `import/no-unresolved` with `{ commonjs: true }`. That seems to only help if the file itself can't be found. So no linting error is shown the example above...

> Every CJS file always exports an object by default - it's impossible for a CJS file to export nothing. TIL 👍 Adding the rule sounds tricky but interesting. Do...