https://github.com/searchkit/searchkit
Raw File
Tip revision: a2b9df68a9e460992dd594fcc2c344c73d228c72 authored by Joseph McElroy on 30 March 2024, 19:59:20 UTC
4.11.2 release
Tip revision: a2b9df6
.eslintrc.js
module.exports = {
  root: true,
  // This tells ESLint to load the config from the package `eslint-config-custom`
  extends: ["custom"],
  settings: {
    next: {
      rootDir: ["apps/*/"],
    },
  },
};
back to top