Skip to content

Commit

Permalink
feature(package) eslint v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 13, 2018
1 parent 0da73e1 commit dd47a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .eslintrc
Expand Up @@ -5,11 +5,8 @@
"browser": true,
},
"parserOptions": {
"ecmaVersion": 2017,
"ecmaVersion": 2018,
"sourceType": "module",
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
},
"rules": {
"indent": ["error", 4],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint": "^5.1.0",
"nodemon": "^1.17.4",
"nyc": "^12.0.2",
"redrun": "^6.0.4",
Expand Down

0 comments on commit dd47a2a

Please sign in to comment.