Files
sternwarte_server/html/sternwarte/checkfuehrung/node_modules/debug/.eslintrc
2025-11-02 22:52:08 +01:00

15 lines
219 B
Plaintext
Executable File

{
"env": {
"browser": true,
"node": true
},
"globals": {
"chrome": true
},
"rules": {
"no-console": 0,
"no-empty": [1, { "allowEmptyCatch": true }]
},
"extends": "eslint:recommended"
}