Skip to content

Instantly share code, notes, and snippets.

View atimermann's full-sized avatar

André Timermann atimermann

  • Curitiba, Brazil
View GitHub Profile
@alex-kinokon
alex-kinokon / eslint-import-require-node-prefix.js
Created May 22, 2023 06:05
eslint-import-require-node-prefix
// License: https://unlicense.org/
// @ts-check
const { builtinModules } = require("module");
/**
* @type {import("eslint").Rule.RuleModule}
*/
module.exports = {
meta: {
type: "problem",