mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 12:09:17 +00:00
10 lines
220 B
JavaScript
10 lines
220 B
JavaScript
/* eslint-env node */
|
|
module.exports = {
|
|
extends: [
|
|
"./eslintrc-base.js",
|
|
"plugin:react/recommended",
|
|
"plugin:react-hooks/recommended",
|
|
],
|
|
settings: { react: { version: "18.2" } },
|
|
};
|