diff --git a/app/stores/ItemsStore.js b/app/stores/ItemsStore.js index 7a601c5..05ac790 100644 --- a/app/stores/ItemsStore.js +++ b/app/stores/ItemsStore.js @@ -25,10 +25,10 @@ let store = new ItemsStore(); AppDispatcher.register((action) => { switch(action.actionType) { - case ITEMS_GET_SUCCESS: - store.setAll(action.items); - break; - default: + case ITEMS_GET_SUCCESS: + store.setAll(action.items); + break; + default: } }); diff --git a/package.json b/package.json index 74e8332..d756d18 100644 --- a/package.json +++ b/package.json @@ -33,14 +33,14 @@ "devDependencies": { "autoprefixer-core": "^5.2.1", "babel-core": "^5.8.3", - "babel-eslint": "^3.1.23", + "babel-eslint": "^4.1.5", "babel-loader": "^5.3.1", "babel-plugin-rewire": "^0.1.8", "babel-runtime": "^5.6.15", "chai": "^3.0.0", "css-loader": "^0.15.2", - "eslint": "^0.24.0", - "eslint-plugin-react": "^2.6.4", + "eslint": "^1.9.0", + "eslint-plugin-react": "^3.9.0", "extract-text-webpack-plugin": "^0.8.2", "file-loader": "^0.8.4", "glob": "^5.0.13", @@ -112,7 +112,7 @@ "no-alert": 0, "no-underscore-dangle": 0, "react/display-name": 0, - "react/jsx-quotes": 1, + "jsx-quotes": 1, "react/jsx-no-undef": 1, "react/jsx-sort-props": 1, "react/jsx-uses-react": 1,