Skip to content

Commit

Permalink
Round of fixes e2e tests - wip
Browse files Browse the repository at this point in the history
  • Loading branch information
denishov committed Nov 28, 2023
1 parent 89ba049 commit 74eeafa
Show file tree
Hide file tree
Showing 40 changed files with 617 additions and 364 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@ module.exports = {
'extends': [
'naat',
'plugin:vue/vue3-strongly-recommended'
],
'rules': { 'vue/multi-word-component-names': 'off' },
'overrides': [
{
files: ['app/views/scripts/components/Tools.vue'],
rules: {
'max-lines': 'off',
'no-undef': 'off'
}
}
]
};
Loading

0 comments on commit 74eeafa

Please sign in to comment.