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.
 
 
 

22 lines
284 B

  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "id-length": "off",
  6. "no-extra-parens": "off",
  7. },
  8. "overrides": [
  9. {
  10. "files": ["test/**/*.js"],
  11. "rules": {
  12. "id-length": "off",
  13. "multiline-comment-style": "off",
  14. "no-empty-function": "off",
  15. },
  16. },
  17. ],
  18. }