Added predata step. Using RedGifs temporary API key.

This commit is contained in:
2024-09-11 05:16:58 +02:00
parent 4acbe16fb8
commit bed4fe288f
16 changed files with 9877 additions and 1524 deletions

View File

@@ -1,11 +1,14 @@
{
"extends": "airbnb-base",
"parserOptions": {
"sourceType": "script"
"parser": "@babel/eslint-parser",
"sourceType": "script",
"ecmaVersion": 2020
},
"rules": {
"no-console": 0,
"indent": ["error", 4],
"max-len": 0
"max-len": 0,
"strict": 0
}
}