Skip to content

Commit fef1650

Browse files
committed
incremental improvements
1 parent 54b0175 commit fef1650

26 files changed

+392
-428
lines changed

eslint.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export default defineConfig([
5656
'@typescript-eslint/no-unsafe-call': 'off',
5757
'@typescript-eslint/no-unsafe-member-access': 'off',
5858
'@typescript-eslint/prefer-optional-chain': 'error',
59-
'@typescript-eslint/no-unused-vars': 'off',
6059
},
6160
},
6261
]);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"jiti": "^2.5.1",
136136
"prettier": "^3.6.2",
137137
"prettier-plugin-jsdoc": "^1.3.3",
138-
"rollup": "^4.45.3",
138+
"rollup": "^4.46.0",
139139
"rollup-plugin-esnext-to-nodenext": "^1.0.1",
140140
"rollup-plugin-node-externals": "^8.0.1",
141141
"sinon": "^21.0.0",

0 commit comments

Comments
 (0)