mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 23:39:30 +00:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
/* eslint-env node */
|
|
module.exports = {
|
|
extends: ["./eslintrc-react.js"],
|
|
ignorePatterns: [".eslintrc.js", "dist"],
|
|
};
|