From b61e60cd5ed02379eceff9646538516e8b5d5047 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Mon, 11 Sep 2017 11:34:45 +0100 Subject: [PATCH] jobs fix, reverted --- .eslintrc | 22 + .idea/workspace.xml | 1232 ++++++++--------- fixer.js | 202 +++ jobs-local.js | 357 ++--- jobs-special.js | 62 +- node_modules/ejs/Jakefile | 79 +- node_modules/ejs/README.md | 53 +- node_modules/ejs/ejs.js | 780 ++++------- node_modules/ejs/ejs.min.js | 2 +- node_modules/ejs/lib/ejs.js | 566 ++++---- node_modules/ejs/lib/utils.js | 45 +- node_modules/ejs/package.json | 87 +- node_modules/ejs/test/ejs.js | 345 ++--- .../ejs/test/fixtures/no.newlines.error.ejs | 2 +- node_modules/express/package.json | 114 +- node_modules/lodash/package.json | 10 +- node_modules/rss-braider/.npmignore | 192 ++- node_modules/rss-braider/README.md | 3 +- node_modules/rss-braider/package.json | 80 +- 19 files changed, 1973 insertions(+), 2260 deletions(-) create mode 100644 .eslintrc create mode 100644 fixer.js diff --git a/.eslintrc b/.eslintrc new file mode 100644 index 0000000..9c564b6 --- /dev/null +++ b/.eslintrc @@ -0,0 +1,22 @@ +{ + "env": { + "browser": true, + "commonjs": true, + "es6": true, + "node": true + }, + "parserOptions": { + + "sourceType": "module" + }, + "rules": { + "no-const-assign": "warn", + "no-this-before-super": "warn", + "no-undef": "warn", + "no-unreachable": "warn", + "no-unused-vars": "warn", + "constructor-super": "warn", + "valid-typeof": "warn", + "indent": [2, 2, {SwitchCase: 1}] + } +} diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 663b50e..d93de4e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,12 +1,26 @@ - - - + + + - + + + + + + + + + + + + + + + @@ -22,168 +36,116 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +