Skip to content

Commit

Permalink
chore: update lint preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandros94 committed Jan 29, 2024
1 parent 3149d06 commit 27cac7e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"root": true,
"extends": ["@nuxt/eslint-config"]
"extends": ["@nuxt/eslint-config"],
"rules": {
"vue/max-attributes-per-line": ["error", {
"singleline": {
"max": 3
},
"multiline": {
"max": 1
}
}]
}
}

0 comments on commit 27cac7e

Please sign in to comment.