katja's git: oeffisearch

fast and simple tripplanner

commit a92903f06d463b795e66d39b35113a3cb467025d
parent d6dc450fa649aab5540994c64a9b54c8b8598f4d
Author: Katja (ctucx) <git@ctu.cx>
Date: Sun, 20 Apr 2025 13:52:13 +0200

remove `.eslintrc.json
1 file changed, 0 insertions(+), 18 deletions(-)
D
.eslintrc.json
|
18
------------------
diff --git a/.eslintrc.json b/.eslintrc.json
@@ -1,18 +0,0 @@
-{
-	"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"
-	}
-}