#
luxiaotao1123
2024-03-18 590c89e4e62385aa1ef4390f20008e3b6c0f8f1c
1
2
3
4
5
6
7
module.exports = {
  extends: [require.resolve('@umijs/lint/dist/config/eslint')],
  globals: {
    page: true,
    REACT_APP_ENV: true,
  },
};