Skip to content

Commit c5cce56

Browse files
Updated prettier config (120 line length).
1 parent d91a8e5 commit c5cce56

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

prettier.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ module.exports = {
22
// These settings are duplicated in .editorconfig:
33
tabWidth: 2, // indent_size = 2
44
useTabs: false, // indent_style = space
5-
endOfLine: "lf", // end_of_line = lf
5+
endOfLine: 'lf', // end_of_line = lf
66
semi: false, // default: true
77
singleQuote: true, // default: false
8-
printWidth: 100, // default: 80
9-
trailingComma: "es5",
8+
printWidth: 120, // default: 80
9+
trailingComma: 'es5',
1010
bracketSpacing: true,
1111
overrides: [
1212
{
13-
files: "*.js",
13+
files: '*.js',
1414
options: {
15-
parser: "flow",
15+
parser: 'flow',
1616
},
1717
},
1818
],
19-
};
19+
}

0 commit comments

Comments
 (0)