Commit ab4da671 authored by zengchao's avatar zengchao
Browse files

-

parent 9ba5a600
...@@ -39,7 +39,7 @@ module.exports = { ...@@ -39,7 +39,7 @@ module.exports = {
useTabs: false, useTabs: false,
singleQuote: true, singleQuote: true,
semi: true, semi: true,
trailingComma: 'all', trailingComma: 'none',
bracketSpacing: true, bracketSpacing: true,
jsxBracketSameLine: false, jsxBracketSameLine: false,
arrowParens: 'avoid', arrowParens: 'avoid',
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"useTabs": false, "useTabs": false,
"singleQuote": true, "singleQuote": true,
"semi": true, "semi": true,
"trailingComma": "all", "trailingComma": "none",
"bracketSpacing": true, "bracketSpacing": true,
"jsxBracketSameLine": false, "jsxBracketSameLine": false,
"arrowParens": "avoid" "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