mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 21:23:14 +08:00
5 lines
56 B
JavaScript
5 lines
56 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['tih'],
|
|
};
|