Skip to content

Commit

Permalink
Merge pull request #143 from ditrit/feature/tabs_query_url
Browse files Browse the repository at this point in the history
Feature: tabs query url
  • Loading branch information
Zorin95670 authored May 22, 2024
2 parents 4302f57 + 56699a5 commit 1bace9f
Show file tree
Hide file tree
Showing 47 changed files with 3,116 additions and 2,184 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ module.exports = {
'vue/singleline-html-element-content-newline': ['error', {
'ignoreWhenNoAttributes': false,
}],
'jsdoc/no-undefined-types': 'off'
'jsdoc/no-undefined-types': 'off',
'class-methods-use-this': 'off'
}
}
Loading

0 comments on commit 1bace9f

Please sign in to comment.