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.

17 rivejä
445 B

5 vuotta sitten
6 vuotta sitten
  1. {
  2. "editor.codeActionsOnSave": {
  3. "source.fixAll.eslint": true
  4. },
  5. "eslint.packageManager": "yarn",
  6. "files.associations": {
  7. ".eslintrc.json": "jsonc"
  8. },
  9. "files.trimTrailingWhitespace": true,
  10. "gitlens.advanced.blame.customArguments": ["--ignore-revs-file", ".gitignore-revs"],
  11. "npm.packageManager": "yarn",
  12. "prettier.requireConfig": true,
  13. "search.exclude": {
  14. "**/dist": true
  15. },
  16. "typescript.tsdk": "node_modules\\typescript\\lib"
  17. }