plane/.eslintrc.js
sriram veeraghanta 621fcfc041 removing trubo
2023-04-21 19:37:13 -04:00

9 lines
99 B
JavaScript

module.exports = {
root: true,
settings: {
next: {
rootDir: ["app/"],
},
},
};