mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 03:59:22 +00:00
Refs: https://legacy.reactjs.org/docs/hooks-reference.html#usestate > React guarantees that setState function identity is stable and won't change on rerenders. This is why it's safe to omit from the useEffect or useCallback dependency list.
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
module.exports = {
|
|
extends: ["@/build-config/eslintrc-next"],
|
|
ignorePatterns: ["next.config.js", "next-env.d.ts"],
|
|
};
|