Skip to content

Commit

Permalink
[changed] add ESLint airbnb config dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
minwe committed May 23, 2016
1 parent 1b988fd commit 668dd50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
"del": "^2.2.0",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/js/utils/ucUIControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ function ucUIControl(feature, state) {
// disable gesture
ucUIControl('gesture', false);

export default ucUIControl
export default ucUIControl;

0 comments on commit 668dd50

Please sign in to comment.