Kleinkram

This commit is contained in:
Flummi 2018-09-02 12:10:36 +02:00
parent 47ccf527ee
commit c783a7002a
4 changed files with 30 additions and 0 deletions

29
.eslintrc.json Normal file
View File

@ -0,0 +1,29 @@
{
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"indent": [
"error",
2
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"double"
],
"semi": [
"error",
"always"
],
"no-console": "off"
}
}

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.mjs gitlab-language=javascript

0
cfg/.empty Normal file
View File

0
logs/.empty Normal file
View File