Skip to content

Commit 9a5fdab

Browse files
author
Thomas Grainger
committed
make private methods truly private
1 parent 63af24c commit 9a5fdab

File tree

5 files changed

+521
-391
lines changed

5 files changed

+521
-391
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"browsers": ["last 2 versions"]
77
}
88
}],
9-
"stage-2",
9+
"stage-0",
1010
],
1111
"env": {
1212
"production": {

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"extends": "airbnb-base",
3+
"parser": "babel-eslint",
34
"env": { "browser": true },
45
"rules": {
56
"no-underscore-dangle": 0

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@
2828
"readmeFilename": "README.md",
2929
"devDependencies": {
3030
"babel-cli": "^6.22.2",
31+
"babel-eslint": "^7.2.3",
3132
"babel-polyfill": "^6.22.0",
3233
"babel-preset-babili": "^0.0.10",
3334
"babel-preset-env": "^1.1.8",
34-
"babel-preset-stage-2": "^6.22.0",
35+
"babel-preset-stage-0": "^6.24.1",
3536
"bootstrap": "^3.3.7",
3637
"eslint": "^3.19.0",
3738
"eslint-config-airbnb-base": "^11.2.0",

0 commit comments

Comments
 (0)