Skip to content

Commit ee48160

Browse files
chore(deps): update (#54)
1 parent a8556e4 commit ee48160

File tree

5 files changed

+631
-582
lines changed

5 files changed

+631
-582
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525
architecture: ${{ steps.calculate_architecture.outputs.result }}
2626
cache: "npm"
27+
- run: npm install -D eslint-plugin-jsdoc@50
28+
if: matrix.node-version == '18.x'
2729
- run: npm ci
2830
- run: npm run lint
2931
- uses: codecov/codecov-action@v5

configs/javascript.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,10 @@ const importRules = {
10491049
// From recommended
10501050
// "import/default": "error",
10511051

1052+
// No need
1053+
// We have `n/prefer-node-protocol` rule
1054+
// "enforce-node-protocol-usage": "off",
1055+
10521056
// No need
10531057
// "import/enforce-node-protocol-usage": "off",
10541058

configs/jest.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ async function getJestRecommendedConfig() {
1717
return {
1818
...jsdocConfig,
1919
name: "jest/recommended",
20-
settings: {
21-
jest: {
22-
version: 29,
23-
},
24-
},
2520
files: [
2621
"**/{tests,test,__tests__}/**/*.?(c|m)[jt]s?(x)",
2722
"**/?(*.)+(spec|test).[jt]s?(x)",

0 commit comments

Comments
 (0)