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