Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, `safe-publish-la…
Browse files Browse the repository at this point in the history
…test`, `tape`
  • Loading branch information
ljharb committed Jan 10, 2022
1 parent cbf4062 commit fab35ab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"rules": {
"id-length": [2, { "min": 1, "max": 30 }],
"max-nested-callbacks": [2, 3],
"max-statements": [2, 14],
"max-statements-per-line": [2, { "max": 2 }],
"no-unused-vars": [1]
},
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm run tests-only
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v1

minors:
needs: [matrix, latest]
Expand All @@ -50,7 +50,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm run tests-only
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v1

node:
name: 'node'
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "nyc tape 'test/**/*.js'",
"posttest": "npx aud --production",
"lint": "eslint --ext=.js,.mjs ."
"posttest": "aud --production",
"lint": "eslint --ext=js,mjs ."
},
"preferGlobal": true,
"bin": {
Expand All @@ -47,12 +47,13 @@
"promiseback": "^2.0.3"
},
"devDependencies": {
"@ljharb/eslint-config": "^18.0.0",
"@ljharb/eslint-config": "^20.1.0",
"aud": "^1.1.5",
"eslint": "^7.32.0",
"eslint": "^8.6.0",
"in-publish": "^2.0.1",
"nyc": "^14.1.1",
"safe-publish-latest": "^1.1.5",
"tape": "^5.3.1"
"safe-publish-latest": "^2.0.0",
"tape": "^5.4.0"
},
"engines": {
"npm": "^6.13.4 || ^7 || ^8",
Expand Down

0 comments on commit fab35ab

Please sign in to comment.