Skip to content

Commit

Permalink
Merge pull request Bttstrp#638 from Bttstrp/make-private-methods-private
Browse files Browse the repository at this point in the history
make private methods truly private
  • Loading branch information
graingert authored May 26, 2017
2 parents 0eef299 + 28d558e commit b73a289
Show file tree
Hide file tree
Showing 5 changed files with 522 additions and 393 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"browsers": ["last 2 versions"]
}
}],
"stage-2",
"stage-0",
],
"env": {
"production": {
Expand Down
6 changes: 2 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"extends": "airbnb-base",
"env": { "browser": true },
"rules": {
"no-underscore-dangle": 0
}
"parser": "babel-eslint",
"env": { "browser": true }
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
"readmeFilename": "README.md",
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-eslint": "^7.2.3",
"babel-polyfill": "^6.22.0",
"babel-preset-babili": "^0.0.10",
"babel-preset-env": "^1.1.8",
"babel-preset-stage-2": "^6.22.0",
"babel-preset-stage-0": "^6.24.1",
"bootstrap": "^3.3.7",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
Expand Down
Loading

0 comments on commit b73a289

Please sign in to comment.