add back all time range

This commit is contained in:
TheBeastLT
2022-06-18 16:49:52 +03:00
parent 31344a76e1
commit 10c13268ab
2 changed files with 2 additions and 29 deletions

View File

@@ -1,29 +0,0 @@
{
"extends": "google",
"env": {
"es6": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2017
},
"rules": {
"no-console": "off",
"no-use-before-define": "off",
"new-cap": "warn",
"max-len": [2, 120, {
"ignoreComments": true
}],
"object-curly-spacing": ["error", "always"],
"comma-dangle": [
"error",
"only-multiline"
],
"newline-after-var": "off",
"require-jsdoc": "off",
"strict": [
"error",
"never"
]
}
}