mirror of
https://github.com/ente-io/ente.git
synced 2025-05-27 21:20:04 +00:00
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
/* eslint-env node */
|
|
module.exports = {
|
|
extends: [
|
|
"./eslintrc-base.js",
|
|
"plugin:react/recommended",
|
|
"plugin:react-hooks/recommended",
|
|
],
|
|
};
|