mirror of
https://github.com/Sithranduil/srcds_exporter.git
synced 2025-07-23 08:28:00 +02:00
Add eslint
This commit is contained in:
9
.eslintrc.json
Normal file
9
.eslintrc.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": ["airbnb-base"],
|
||||
"rules": {
|
||||
"no-console": "off",
|
||||
"no-use-before-define": "off",
|
||||
"indent": ["error", "tab"],
|
||||
"no-tabs": "off"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user