index on main: f96885b perf: 同步代码
This commit is contained in:
@@ -2,6 +2,6 @@ module.exports = {
|
||||
bracketSpacing: true,
|
||||
jsxBracketSameLine: true,
|
||||
singleQuote: false,
|
||||
arrowParens: "avoid",
|
||||
trailingComma: "none"
|
||||
arrowParens: 'avoid',
|
||||
trailingComma: 'none'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user