https://github.com/searchkit/searchkit
Raw File
Tip revision: 359106ccbb7c6ed60ab4c28cd331d3243442153e authored by Joseph McElroy on 20 January 2023, 22:02:15 UTC
Merge branch 'main' of github.com:searchkit/searchkit
Tip revision: 359106c
.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