mirror of
https://github.com/Sithranduil/srcds_exporter.git
synced 2025-07-22 14:28:27 +02:00
9 lines
185 B
JSON
9 lines
185 B
JSON
{
|
|
"extends": ["airbnb-base"],
|
|
"rules": {
|
|
"no-console": "off",
|
|
"no-use-before-define": "off",
|
|
"indent": ["error", "tab"],
|
|
"no-tabs": "off"
|
|
}
|
|
} |