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.
 
 
 
 

16 lines
207 B

  1. engines:
  2. duplication:
  3. enabled: true
  4. config:
  5. languages:
  6. - javascript
  7. eslint:
  8. enabled: true
  9. channel: "eslint-3"
  10. ratings:
  11. paths:
  12. - "**.js"
  13. exclude_paths:
  14. - "dist/"
  15. - "src/*.spec.js"