Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 27, 2024
1 parent 14395da commit 3bf15b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// We use JavaScript instead of JSON or YAML so that this file can be exported
// as the package's main file. We need to do that so it can be a shareable
// configuration.
// eslint-disable-next-line import/no-default-export
export default {
// Same as .editorconfig (and also default values)
printWidth: 80,
Expand All @@ -13,6 +14,7 @@ export default {
bracketSpacing: true,
bracketSameLine: false,
arrowParens: 'always',
// eslint-disable-next-line id-length
htmlWhitespaceSensitivity: 'css',

// Same as default values and same as .editorconfig
Expand Down

0 comments on commit 3bf15b1

Please sign in to comment.