Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit 6464986

Browse files
authored
Merge pull request #546 from ember-template-lint/dependabot/npm_and_yarn/mocha-eslint-6.0.0
Bump mocha-eslint from 5.0.0 to 6.0.0
2 parents 1539be4 + a2fa305 commit 6464986

3 files changed

Lines changed: 144 additions & 68 deletions

File tree

broccoli-template-linter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function TemplateLinter(inputNode, _options) {
1818
if (!(this instanceof TemplateLinter)) { return new TemplateLinter(inputNode, _options); }
1919

2020
let options = _options || {};
21-
if (!options.hasOwnProperty('persist')) {
21+
if (!Object.prototype.hasOwnProperty.call(options, 'persist')) {
2222
options.persist = true;
2323
}
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint-plugin-node": "^10.0.0",
7171
"loader.js": "^4.7.0",
7272
"mocha": "^7.0.0",
73-
"mocha-eslint": "^5.0.0",
73+
"mocha-eslint": "^6.0.0",
7474
"mocha-only-detector": "^1.0.0",
7575
"qunit-dom": "^0.9.2",
7676
"testdouble": "^3.12.5"

0 commit comments

Comments
 (0)