Extra contents beyond WaniKani
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.

23 lines
404 B

2 years ago
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. },
  6. {
  7. "path": "__packages__/server"
  8. },
  9. {
  10. "path": "__packages__/www"
  11. }
  12. ],
  13. "settings": {
  14. "files.associations": {
  15. ".husky/*": "shell"
  16. },
  17. "sort-imports.on-save": true,
  18. "editor.tabSize": 2,
  19. "vetur.validation.template": false,
  20. "vetur.validation.script": false,
  21. "vetur.validation.style": false,
  22. }
  23. }