Files
srcds_exporter/.eslintrc.json
2020-10-06 19:53:07 +02:00

9 lines
185 B
JSON

{
"extends": ["airbnb-base"],
"rules": {
"no-console": "off",
"no-use-before-define": "off",
"indent": ["error", "tab"],
"no-tabs": "off"
}
}