Commit ab4da671 authored by zengchao's avatar zengchao
Browse files

-

parent 9ba5a600
......@@ -39,7 +39,7 @@ module.exports = {
useTabs: false,
singleQuote: true,
semi: true,
trailingComma: 'all',
trailingComma: 'none',
bracketSpacing: true,
jsxBracketSameLine: false,
arrowParens: 'avoid',
......
......@@ -5,7 +5,7 @@
"useTabs": false,
"singleQuote": true,
"semi": true,
"trailingComma": "all",
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment