Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, object-inspect
Browse files Browse the repository at this point in the history
…, `safe-publish-latest`, `tape`
  • Loading branch information
ljharb committed Dec 10, 2021
1 parent 2e03c53 commit 05b03d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

"extends": "@ljharb",

"rules": {
"max-statements": [2, 15],
},

"overrides": [
{
"files": "test/**",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prelint": "evalmd README.md",
"lint": "eslint .",
"lint": "eslint --ext=js,mjs .",
"pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'",
"posttest": "aud --production",
Expand Down Expand Up @@ -51,18 +51,18 @@
},
"homepage": "https://github.com/ljharb/iterate-value#readme",
"devDependencies": {
"@ljharb/eslint-config": "^18.0.0",
"@ljharb/eslint-config": "^20.0.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^7.32.0",
"eslint": "^8.4.1",
"evalmd": "^0.0.19",
"for-each": "^0.3.3",
"has-bigints": "^1.0.1",
"has-symbols": "^1.0.2",
"nyc": "^10.3.2",
"object-inspect": "^1.11.0",
"safe-publish-latest": "^1.1.4",
"tape": "^5.3.1"
"object-inspect": "^1.11.1",
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"dependencies": {
"es-get-iterator": "^1.1.2",
Expand Down

0 comments on commit 05b03d0

Please sign in to comment.