.eslintrc.cjs 160 B

1234567
  1. //* Patches eslint's module resolution
  2. require("@rushstack/eslint-patch/modern-module-resolution");
  3. module.exports = {
  4. extends: "@recodive/eslint-config",
  5. };