mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 03:59:22 +00:00
6 lines
145 B
JavaScript
6 lines
145 B
JavaScript
/* eslint-env node */
|
|
module.exports = {
|
|
extends: ["./eslintrc-react.js"],
|
|
ignorePatterns: [".eslintrc.js", "next.config.js", "out"],
|
|
};
|