mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-02-22 22:05:46 +08:00
9 lines
201 B
JavaScript
9 lines
201 B
JavaScript
module.exports = {
|
|
extends: [require.resolve('@umijs/fabric/dist/eslint')],
|
|
globals: {
|
|
ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: true,
|
|
page: true,
|
|
REACT_APP_ENV: true,
|
|
},
|
|
};
|