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
235 B

  1. {
  2. "eslint.enable": true,
  3. "puglint.enable": true,
  4. "editor.formatOnSave": false,
  5. "editor.tabSize": 2,
  6. "eslint.validate": [
  7. "javascript",
  8. "vue"
  9. ],
  10. "editor.codeActionsOnSave": {
  11. "source.fixAll.eslint": true
  12. }
  13. }