feat(history): add history viewer and rewind (#38)
* feat(ui): add `input group` base component * feat(history): add history viewer and rewind * test: update selector snapshot * test: add PW base page * style: apply TS style fixes * chore(history): request history wiki * chore(history): remove unwanted symbol * chore: fix type * style: apply TS style fixes
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = {
|
||||
ecmaVersion: 'latest',
|
||||
sourceType: 'module',
|
||||
parser: '@typescript-eslint/parser',
|
||||
project: 'resources/tsconfig.json',
|
||||
project: 'tsconfig.json',
|
||||
},
|
||||
env: {
|
||||
browser: true,
|
||||
|
||||
Reference in New Issue
Block a user