5 lines
70 B
JavaScript
Raw Normal View History

module.exports = {
root: true,
2023-04-17 18:21:23 +02:00
extends: ['custom/typescript'],
};