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