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.
 
 
 
 

13 lines
161 B

  1. {
  2. "curly": true,
  3. "latedef": true,
  4. "quotmark": true,
  5. "undef": true,
  6. "unused": true,
  7. "trailing": true,
  8. "predef": [
  9. "module",
  10. "require"
  11. ]
  12. }