Skip to content

Commit 3bf15b1

Browse files
committed
Fix linting
1 parent 14395da commit 3bf15b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.prettierrc.js

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// We use JavaScript instead of JSON or YAML so that this file can be exported
33
// as the package's main file. We need to do that so it can be a shareable
44
// configuration.
5+
// eslint-disable-next-line import/no-default-export
56
export default {
67
// Same as .editorconfig (and also default values)
78
printWidth: 80,
@@ -13,6 +14,7 @@ export default {
1314
bracketSpacing: true,
1415
bracketSameLine: false,
1516
arrowParens: 'always',
17+
// eslint-disable-next-line id-length
1618
htmlWhitespaceSensitivity: 'css',
1719

1820
// Same as default values and same as .editorconfig

0 commit comments

Comments
 (0)