We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14395da commit 3bf15b1Copy full SHA for 3bf15b1
.prettierrc.js
@@ -2,6 +2,7 @@
2
// We use JavaScript instead of JSON or YAML so that this file can be exported
3
// as the package's main file. We need to do that so it can be a shareable
4
// configuration.
5
+// eslint-disable-next-line import/no-default-export
6
export default {
7
// Same as .editorconfig (and also default values)
8
printWidth: 80,
@@ -13,6 +14,7 @@ export default {
13
14
bracketSpacing: true,
15
bracketSameLine: false,
16
arrowParens: 'always',
17
+ // eslint-disable-next-line id-length
18
htmlWhitespaceSensitivity: 'css',
19
20
// Same as default values and same as .editorconfig
0 commit comments