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.

12 lines
225 B

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