Skip to content

Commit dd8d24b

Browse files
committed
demo+connect: add react-bootstrap, react-router and prettier
1 parent 80e132c commit dd8d24b

File tree

8 files changed

+478
-73
lines changed

8 files changed

+478
-73
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"overrides": [
3+
{
4+
"files": [".prettierrc", ".babelrc", ".eslintrc", ".stylelintrc"],
5+
"options": {
6+
"parser": "json"
7+
}
8+
}
9+
],
10+
"printWidth": 90,
11+
"proseWrap": "always",
12+
"singleQuote": true,
13+
"useTabs": false,
14+
"semi": true,
15+
"tabWidth": 2,
16+
"trailingComma": "all",
17+
"bracketSpacing": true,
18+
"jsxBracketSameLine": false,
19+
"arrowParens": "avoid"
20+
}

0 commit comments

Comments
 (0)