ente/apps/photos/.eslintrc.js

5 lines
76 B
JavaScript
Raw Normal View History

2023-04-23 21:47:42 +00:00
module.exports = {
root: true,
2023-04-29 15:16:40 +00:00
extends: ['@ente/eslint-config'],
};