Skip to content

Commit

Permalink
Disable one more stylistic ESLint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
vkoves committed Jan 8, 2025
1 parent 4636dd8 commit 4a7f3e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ module.exports = {
],
},
],
"vue/singleline-html-element-content-newline": [
"error",
{
externalIgnores: ["g-link"],
},
],

"@typescript-eslint/indent": ["error", 2],
semi: ["error", "always"],
Expand Down

0 comments on commit 4a7f3e6

Please sign in to comment.