Added Jay's POV scraper.

This commit is contained in:
2020-01-10 22:10:11 +01:00
parent 53fcb6a5cd
commit f572f38b5c
16 changed files with 123 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
"strict": 0,
"no-unused-vars": ["error", {"argsIgnorePattern": "^_"}],
"no-console": 0,
"no-underscore-dangle": 0,
"indent": "off",
"template-curly-spacing": "off",
"max-len": [2, {"code": 300, "tabWidth": 4, "ignoreUrls": true}],