mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
11 lines
172 B
JavaScript
11 lines
172 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
bracketSpacing: false,
|
|
singleQuote: true,
|
|
jsxBracketSameLine: true,
|
|
printWidth: 80,
|
|
parser: 'babel',
|
|
trailingComma: 'all',
|
|
};
|