mirror of
https://github.com/ente-io/ente.git
synced 2025-06-25 11:32:00 +00:00
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
module.exports = {
|
|
extends: ["@/build-config/eslintrc-typescript"],
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
},
|
|
};
|