Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Raathigesh committed Dec 15, 2016
1 parent 0cb1912 commit 6dffd85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"react/no-did-update-set-state": 2, // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-did-update-set-state.md
"react/no-multi-comp": 2, // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-multi-comp.md
"react/no-unknown-property": 2, // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unknown-property.md
"react/prop-types": 2, // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/prop-types.md
"react/prop-types": 0, // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/prop-types.md
"react/react-in-jsx-scope": 2, // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/react-in-jsx-scope.md
"react/self-closing-comp": 2, // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/self-closing-comp.md
"react/wrap-multilines": 2, // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/wrap-multilines.md
Expand Down
9 changes: 0 additions & 9 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,7 @@ module.exports = {
entry: {
app: getEntrySources(['./sample/index.js']),
vendor: [
'es5-shim',
'es6-shim',
'es6-promise',
'react',
'react-redux',
'redux',
'redux-thunk',
'redux-logger',
'react-router',
'react-router-redux',
],
},

Expand Down

0 comments on commit 6dffd85

Please sign in to comment.