.eslintrc.js 225 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1 2
const fabric = require('@umijs/fabric');

jim's avatar
jim committed
3
module.exports = {
陈帅's avatar
陈帅 committed
4 5 6
  ...fabric.default,
  rules: {
    ...fabric.default.rules,
jim's avatar
jim committed
7
  },
8
  globals: {
陈帅's avatar
陈帅 committed
9
    ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: true,
陈帅's avatar
陈帅 committed
10
    page: true,
11
  },
jim's avatar
jim committed
12
};