Skip to content

Commit f5fb992

Browse files
authored
chore: upgrade dependencies (#62)
* chore: upgrade types/node * chore: update cross-spawn * chore: remove google eslint config * chore: upgrade prettier * chore: upgrade eslint deps
1 parent c1a9f49 commit f5fb992

File tree

4 files changed

+506
-579
lines changed

4 files changed

+506
-579
lines changed

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default [
2222
],
2323
rules: {
2424
'@typescript-eslint/no-dynamic-delete': 'off',
25-
'@typescript-eslint/no-non-null-assertion': 'off'
25+
'@typescript-eslint/no-non-null-assertion': 'off',
26+
'@typescript-eslint/no-unused-expressions': 'off'
2627
}
2728
}
2829
];

0 commit comments

Comments
 (0)