https://github.com/searchkit/searchkit
Raw File
Tip revision: 703869dd1ebd1ff6a2a9bda96e2a21769ff228ff authored by Joseph McElroy on 08 May 2023, 21:17:54 UTC
instantsearch client 4.7.1
Tip revision: 703869d
.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