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
… `reflect.ownkeys`, `safe-publish-latest`, `tape`
  • Loading branch information
ljharb committed Dec 6, 2021
1 parent 1c17e98 commit b4f22c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
12 changes: 0 additions & 12 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,15 @@
"extends": "@ljharb",

"rules": {
"array-bracket-newline": 0,
"func-name-matching": 0,
"id-length": 0,
"max-statements": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"ToUint32"
],
}],
"no-magic-numbers": 0,
"no-negated-condition": 0,
"operator-linebreak": [2, "before"],
},

"overrides": [
{
"files": "**/*.mjs",
"rules": {
"no-restricted-exports": 0,
},
},
{
"files": "test/**/*",
"rules": {
Expand Down
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"./package.json": "./package.json"
},
"scripts": {
"prepublish": "safe-publish-latest",
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"pretest": "npm run lint",
"lint": "eslint --ext=js,mjs .",
"postlint": "es-shim-api --bound",
Expand Down Expand Up @@ -53,17 +54,18 @@
},
"homepage": "https://github.com/es-shims/Math.imul#readme",
"devDependencies": {
"@es-shims/api": "^2.2.1",
"@ljharb/eslint-config": "^18.0.0",
"@es-shims/api": "^2.2.3",
"@ljharb/eslint-config": "^20.0.0",
"aud": "^1.1.5",
"auto-changelog": "^2.3.0",
"eslint": "^7.32.0",
"eslint": "^8.4.0",
"functions-have-names": "^1.2.2",
"has-strict-mode": "^1.0.1",
"in-publish": "^2.0.1",
"nyc": "^10.3.2",
"reflect.ownkeys": "^1.0.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.3.1"
"reflect.ownkeys": "^1.1.0",
"safe-publish-latest": "^2.0.0",
"tape": "^5.3.2"
},
"dependencies": {
"call-bind": "^1.0.2",
Expand Down

0 comments on commit b4f22c3

Please sign in to comment.