Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, @es-shims/api,…
Browse files Browse the repository at this point in the history
… `object-inspect`, `safe-publish-latest`, `tape`
  • Loading branch information
ljharb committed Dec 15, 2021
1 parent ef748a4 commit e1ffddb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

5 changes: 0 additions & 5 deletions .eslintrc
Expand Up @@ -4,11 +4,6 @@
"extends": "@ljharb",

"rules": {
"array-bracket-newline": 0,
"array-element-newline": 0,
"func-name-matching": 0,
"max-statements-per-line": [2, { "max": 2 }],
"max-statements": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"ArraySpeciesCreate",
Expand Down
22 changes: 12 additions & 10 deletions package.json
Expand Up @@ -20,12 +20,14 @@
"license": "MIT",
"main": "index",
"scripts": {
"prepublish": "safe-publish-latest",
"pretest": "npm run --silent lint && evalmd README.md",
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"pretest": "npm run lint",
"test": "npm run tests-only",
"posttest": "aud --production",
"tests-only": "nyc tape 'test/**/*.js'",
"lint": "eslint .",
"prelint": "evalmd README.md",
"lint": "eslint --ext=js,mjs .",
"postlint": "es-shim-api --bound"
},
"repository": {
Expand All @@ -49,18 +51,18 @@
"es-abstract": "^1.19.0"
},
"devDependencies": {
"@es-shims/api": "^2.2.1",
"@ljharb/eslint-config": "^18.0.0",
"@es-shims/api": "^2.2.3",
"@ljharb/eslint-config": "^20.1.0",
"aud": "^1.1.5",
"covert": "^1.1.1",
"eslint": "^7.32.0",
"evalmd": "0.0.19",
"eslint": "^8.4.1",
"evalmd": "^0.0.19",
"foreach": "^2.0.5",
"has-strict-mode": "^1.0.1",
"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"
},
"testling": {
"files": [
Expand Down

0 comments on commit e1ffddb

Please sign in to comment.