UNPKG

gtfs-to-blocks

Version:

Generate CSV of transit departure times organized by block_id in GTFS.

15 lines (13 loc) 374 B
import js from '@eslint/js' import globals from 'globals' import tseslint from 'typescript-eslint' import { defineConfig } from 'eslint/config' export default defineConfig([ { files: ['**/*.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'], plugins: { js }, extends: ['js/recommended'], languageOptions: { globals: globals.node }, }, tseslint.configs.recommended, ])