Skip to content

Commit bd9bd08

Browse files
committed
fix: revert back old version with hash router type (backward compatibility); test: add more unit tests
1 parent c8b138b commit bd9bd08

File tree

4 files changed

+218
-532
lines changed

4 files changed

+218
-532
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ module.exports = {
2525
'@typescript-eslint/no-this-alias': 'off',
2626
'react-hooks/rules-of-hooks': 'off',
2727
'sonarjs/use-type-alias': 'off',
28-
'sonarjs/deprecation': 'off'
28+
'sonarjs/deprecation': 'off',
29+
'sonarjs/no-empty-test-file': 'off'
2930
},
3031
parserOptions: {
3132
project: 'tsconfig.test.json',

0 commit comments

Comments
 (0)