ctucx.git: trainsearch

web based trip-planner, fork of https://cyberchaos.dev/yuka/trainsearch

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
15 
16 
17 
18 
{
	"ignorePatterns": "ds100.js",
	"env": {
		"browser": true
	},
	"parserOptions": {
		"ecmaVersion": 11,
		"sourceType": "module",
		"ecmaFeatures": {}
	},
	"rules": {
		"semi": "error",
		"quotes": [ "error", "single" ],
		"indent": [ "error", "tab" ],
		"prefer-const": "error",
		"no-multi-spaces": "error"
	}
}