Umayr Shahid
Umayr Shahid
Move your .icls file to colour directory in your rubymine configuration folder. For Windows: `\.RubyMineXX\config\colors` For Linux: `~/.RubyMineXX/config/colors` Once you move them, then you can switch your colour schemes by...
Is there any update on this one? @albrow
I had started to migrate the whole library to promises and drop support for callback but I couldn't get to finish that. I'll try to continue working on that.
@rajeem Can you elaborate this issue further? Does this happen when you were compiling API or the project itself?
if anybody is still running into this issue, I was able to get it working with this: ```ts import { createRequire } from 'node:module'; const require = createRequire(import.meta.url); require('@rushstack/eslint-patch/eslint-bulk-suppressions'); //...