Skip to content

Commit

Permalink
Refactor ui in example app with antd
Browse files Browse the repository at this point in the history
  • Loading branch information
apendua committed Dec 20, 2017
1 parent 8c5d34c commit a91b2c5
Show file tree
Hide file tree
Showing 10 changed files with 924 additions and 75 deletions.
22 changes: 22 additions & 0 deletions example/todo-web/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"extends": "airbnb",
"rules": {
"import/prefer-default-export": "off",
"react/jsx-filename-extension": "off"
},
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 7,
"sourceType": "module",
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
},
"env": {
"es6": true,
"browser": true,
"node": true
},
"plugins": [],
"settings": {}
}
Loading

0 comments on commit a91b2c5

Please sign in to comment.