5 lines
70 B
JavaScript
Raw Normal View History

module.exports = {
root: true,
2023-04-13 08:45:44 +02:00
extends: ['custom/typescript'],
};