From 56543b6cd7da09cc151532c882ea0c6770dd1fc9 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Wed, 20 Jun 2018 11:22:12 +0100 Subject: [PATCH] added some new feeds --- .eslintrc | 71 ++++++++++++++++------- .idea/workspace.xml | 136 +++++++++++++++++++++----------------------- gather.js | 130 +++++++++++++++--------------------------- package-lock.json | 6 +- 4 files changed, 165 insertions(+), 178 deletions(-) diff --git a/.eslintrc b/.eslintrc index 9c564b6..a242ad8 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,22 +1,55 @@ { - "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}] + "parserOptions": { + "ecmaVersion": 2017, + "sourceType": "module", + "ecmaFeatures": { + "jsx": false } + }, + "env": { + "browser": true, + "node": true, + "es6": true + }, + "rules": { + "arrow-spacing": "error", + "block-scoped-var": "error", + "block-spacing": "error", + "brace-style": ["error", "stroustrup", {}], + "camelcase": "error", + "comma-dangle": ["error", "never"], + "comma-spacing": ["error", { "before": false, "after": true }], + "comma-style": [1, "last"], + "consistent-this": [1, "_this"], + "curly": [1, "multi"], + "eol-last": 1, + "eqeqeq": 1, + "func-names": 1, + "indent": ["error", 2, { "SwitchCase": 1 }], + "lines-around-comment": ["error", { "beforeBlockComment": true, "allowArrayStart": true }], + "max-len": [1, 180, 2], // 2 spaces per tab, max 80 chars per line + "new-cap": 1, + "newline-before-return": "error", + "no-array-constructor": 1, + "no-inner-declarations": [1, "both"], + "no-mixed-spaces-and-tabs": 1, + "no-multi-spaces": 2, + "no-new-object": 1, + "no-shadow-restricted-names": 1, + "object-curly-spacing": ["error", "always"], + "padded-blocks": ["error", { "blocks": "never", "switches": "always" }], + "prefer-const": "error", + "prefer-template": "error", + "one-var": 0, + "quote-props": ["error", "always"], + "quotes": [1, "single"], + "radix": 1, + "semi": [1, "always"], + "space-before-blocks": [1, "always"], + "space-infix-ops": 1, + "vars-on-top": 1, + "no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 1 }], + "spaced-comment": ["error", "always", { "markers": ["/"] }] + } + } diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 454ae2d..c570deb 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,8 +2,10 @@ + - + + @@ -25,11 +27,11 @@ - + - - + + @@ -70,11 +72,20 @@ - + - - + + + + + + + + + + + @@ -105,15 +116,6 @@ - - - - - - - - - @@ -126,9 +128,6 @@ - nodejs - node - getstop stripped scot html @@ -156,6 +155,9 @@ jobsite 4E2AC50E02AD128B aspx + cw + braider_options + fs_writeFile @@ -207,7 +209,6 @@ @@ -297,11 +299,6 @@ - - - - -