综合办公系统
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.

index.js 231B

123456789101112131415
  1. module.exports = {
  2. configs: {
  3. recommended: {
  4. rules: {
  5. 'target-namespace': 'error'
  6. }
  7. },
  8. all: {
  9. rules: {
  10. 'target-namespace': 'warn',
  11. 'no-manual-task': 'warn'
  12. }
  13. }
  14. }
  15. }