Skip to content

Commit

Permalink
fix eslint and coding styles
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Dec 2, 2015
1 parent c2829ee commit 8168fe7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"parser": "babel-eslint",
"extends": "airbnb",
"env": {
"browser": true,
Expand Down
1 change: 0 additions & 1 deletion app/containers/App.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ export default class App extends Component {
);
}
}

1 change: 0 additions & 1 deletion app/containers/App.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ export default class App extends Component {
);
}
}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test-watch": "npm test -- --watch",
"test-e2e:crdv": "chromedriver",
"test-e2e": "NODE_ENV=test mocha --compilers js:babel/register --require ./test/setup.js --require co-mocha ./test/e2e.js",
"lint": "eslint .",
"lint": "eslint app test *.js",
"hot-server": "node server.js",
"build": "NODE_ENV=production webpack --config webpack.config.production.js --progress --profile --colors",
"start": "electron .",
Expand Down

0 comments on commit 8168fe7

Please sign in to comment.