mirror of
https://github.com/ente-io/ente.git
synced 2025-06-25 11:32:00 +00:00
9 lines
284 B
JavaScript
9 lines
284 B
JavaScript
module.exports = {
|
|
extends: ["@/build-config/eslintrc-typescript-react"],
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
},
|
|
// TODO (MR): Figure out a way to not have to ignored the next config .js
|
|
ignorePatterns: [".eslintrc.js", "next.config.base.js"],
|
|
};
|