mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 03:59:22 +00:00
10 lines
251 B
JavaScript
10 lines
251 B
JavaScript
module.exports = {
|
|
extends: ["@ente/eslint-config"],
|
|
parser: "@typescript-eslint/parser",
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: "./tsconfig.json",
|
|
},
|
|
ignorePatterns: [".eslintrc.js", "index.js"],
|
|
};
|