Skip to content

Commit

Permalink
Merge pull request #833 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Aug 23, 2019
2 parents c1ee83b + a81260a commit 0d1f284
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 204 deletions.
15 changes: 7 additions & 8 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"root": true,
"extends": ["airbnb-base", "plugin:jasmine/recommended"],
"extends": ["airbnb-base", "plugin:mocha/recommended"],
"rules": {
"jasmine/expect-single-argument": 0,
"@blackflux/rules/jasmine-expect-two-arguments": 1,
"jasmine/new-line-before-expect": 0,
"@blackflux/rules/istanbul-prevent-ignore": 1,
"@blackflux/rules/kebab-case-enforce": 1,
"max-len": ["error", {"code": 120}],
Expand Down Expand Up @@ -34,10 +31,12 @@
}
],
"@blackflux/rules/prevent-typeof-object": 1,
"@blackflux/rules/enforce-optimal-require": 1
"mocha/no-mocha-arrows": 0,
"mocha/no-hooks-for-single-case": 0,
"import/no-useless-path-segments": [2, {"commonjs": true}]
},
"env": {"es6": true, "node": true, "jasmine": true, "mocha": true},
"globals": {"logger": true, "log4js": true},
"plugins": ["json", "jasmine", "mocha", "markdown", "@blackflux/rules"],
"env": {"es6": true, "node": true, "mocha": true},
"globals": {},
"plugins": ["json", "mocha", "markdown", "@blackflux/rules"],
"parser": "babel-eslint"
}
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,23 @@
"@babel/core": "7.5.5",
"@babel/plugin-proposal-object-rest-spread": "7.5.5",
"@babel/register": "7.5.5",
"@blackflux/eslint-plugin-rules": "1.3.5",
"@blackflux/robo-config-plugin": "2.5.9",
"aws-sdk": "2.515.0",
"@blackflux/eslint-plugin-rules": "1.3.7",
"@blackflux/robo-config-plugin": "2.5.11",
"aws-sdk": "2.516.0",
"babel-eslint": "10.0.2",
"chai": "4.2.0",
"coveralls": "3.0.6",
"eslint": "6.2.1",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jasmine": "2.10.1",
"eslint-plugin-json": "1.4.0",
"eslint-plugin-markdown": "1.0.0",
"eslint-plugin-mocha": "6.1.0",
"js-gardener": "2.0.76",
"js-gardener": "2.0.77",
"mocha": "6.2.0",
"node-tdd": "2.0.4",
"node-tdd": "2.1.0",
"nyc": "14.1.1",
"semantic-release": "15.13.21"
"semantic-release": "15.13.24"
},
"engines": {
"node": ">= 6.10.3"
Expand Down
Loading

0 comments on commit 0d1f284

Please sign in to comment.