Skip to content

Commit

Permalink
Update .prettierrc.js (see #55)
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Apr 1, 2022
1 parent 85e1e54 commit 4e119b9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module.exports = {
...require('@yandeu/prettier-config'),
endOfLine: 'auto',
overrides: [
{
files: ['*.html', 'injected.js'],
options: { semi: true, singleQuote: false, trailingComma: 'all', arrowParens: 'always' }
}
]
}
module.exports = {
...require('@yandeu/prettier-config'),
endOfLine: 'lf',
overrides: [
{
files: ['*.html', 'injected.js'],
options: { semi: true, singleQuote: false, trailingComma: 'all', arrowParens: 'always' }
}
]
}

0 comments on commit 4e119b9

Please sign in to comment.