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

jim's avatar
jim committed
3
module.exports = {
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,
10
    page: true,
jim's avatar
jim committed
11 12
  },
};