settings.json 453 B

1234567891011121314151617181920
  1. {
  2. "files.exclude": {
  3. "dist": true,
  4. "node_modules": true,
  5. "third_party": true
  6. },
  7. "search.exclude": {
  8. "dist": true,
  9. "node_modules": true,
  10. "third_party": true
  11. },
  12. "pylint.severity": {
  13. "convention": "Warning",
  14. "refactor": "Warning"
  15. },
  16. "eslint.experimental.useFlatConfig": true,
  17. "eslint.options": {
  18. "overrideConfigFile": "publish/eslint.config.js"
  19. }
  20. }