.eslintrc.js 197 B

1234567891011
  1. module.exports = {
  2. globals: {
  3. ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION: true,
  4. page: true,
  5. REACT_APP_ENV: true,
  6. },
  7. rules:{
  8. 'eqeqeq':'off'
  9. }
  10. };