Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, core-js, `safe…
Browse files Browse the repository at this point in the history
…-publish-latest`, `tape`
  • Loading branch information
ljharb committed Jun 20, 2019
1 parent 9e96cb7 commit 8e0951f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
],
"dependencies": {},
"devDependencies": {
"tape": "^4.6.0",
"safe-publish-latest": "^1.1.0",
"eslint": "^3.5.0",
"@ljharb/eslint-config": "^8.0.0",
"@ljharb/eslint-config": "^13.1.1",
"core-js": "^2.6.9",
"eslint": "^5.16.0",
"get-own-property-symbols": "^0.9.2",
"core-js": "^2.4.1"
"safe-publish-latest": "^1.1.2",
"tape": "^4.10.2"
},
"testling": {
"files": "test/index.js",
Expand All @@ -74,4 +74,3 @@
"node": ">= 0.4"
}
}

2 changes: 1 addition & 1 deletion shams.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

/* eslint complexity: [2, 17], max-statements: [2, 33] */
/* eslint complexity: [2, 18], max-statements: [2, 33] */
module.exports = function hasSymbols() {
if (typeof Symbol !== 'function' || typeof Object.getOwnPropertySymbols !== 'function') { return false; }
if (typeof Symbol.iterator === 'symbol') { return true; }
Expand Down

0 comments on commit 8e0951f

Please sign in to comment.