TangSengDaoDaoWeb/.eslintrc.js
2023-09-13 12:23:42 +08:00

11 lines
237 B
JavaScript

// module.exports = {
// root: true,
// // This tells ESLint to load the config from the package `eslint-config-custom`
// extends: ["custom"],
// settings: {
// next: {
// rootDir: ["apps/*/"],
// },
// },
// };