Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssimon committed Nov 30, 2024
1 parent 3325dbe commit 825cc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
globals: sfccGlobals,
rules: {
'comma-dangle': ['error', {
arrays: 'always-multiline', // eslint-disable-line sonarjs/no-duplicate-string
arrays: 'always-multiline',
objects: 'always-multiline',
imports: 'always-multiline',
exports: 'always-multiline',
Expand Down

0 comments on commit 825cc7f

Please sign in to comment.