Procedurally generated train network simulation http://transport.hallada.net

.eslintrc.js 119B

12345678910
  1. module.exports = {
  2. "extends": "airbnb-base",
  3. "plugins": [
  4. "import"
  5. ],
  6. "env": {
  7. "browser": true,
  8. }
  9. };