https://github.com/searchkit/searchkit
Raw File
Tip revision: 61ef7c8622118840a76faec13d3d084db1f2c1c8 authored by dependabot[bot] on 02 February 2024, 07:42:26 UTC
Chore(deps): Bump eslint-config-prettier from 8.10.0 to 9.1.0
Tip revision: 61ef7c8
.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