mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 12:09:17 +00:00
6 lines
147 B
JavaScript
6 lines
147 B
JavaScript
/* eslint-env node */
|
|
module.exports = {
|
|
extends: ["./eslintrc-react.js"],
|
|
ignorePatterns: [".eslintrc.cjs", "vite.config.ts", "dist"],
|
|
};
|