集成,总结MES功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.eslintrc.js 145 B

1 month ago
1234567
  1. module.exports = {
  2. extends: [require.resolve('@umijs/lint/dist/config/eslint')],
  3. globals: {
  4. page: true,
  5. REACT_APP_ENV: true,
  6. },
  7. };