.eslintignore 537 B

123456789101112131415161718192021222324252627282930313233
  1. node_modules
  2. **/build
  3. **/lib
  4. **/node_modules
  5. **/mock_packages
  6. **/static
  7. **/typings
  8. **/schemas
  9. **/themes
  10. coverage
  11. *.map.js
  12. *.bundle.js
  13. dev_mode/index.js
  14. !dev_mode/static/index.out.js
  15. dev_mode/workspaces
  16. docs/_build
  17. docs/api
  18. docs/build
  19. examples/chrome-example-test.js
  20. jupyterlab/chrome-test.js
  21. jupyterlab/geckodriver
  22. packages/extensionmanager-extension/examples/listings
  23. packages/ui-components/src/icon/iconimports.ts
  24. jupyterlab/staging/yarn.js
  25. jupyterlab/staging/index.js
  26. # jetbrains IDE stuff
  27. .idea/
  28. # ms IDE stuff
  29. .history/
  30. .vscode/