Skip to content

Commit

Permalink
Breaking: update node/recommended preset
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Feb 5, 2018
1 parent 400e20a commit e8d757b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/recommended.json
@@ -1,11 +1,15 @@
{
"parserOptions": {
"ecmaVersion": 8
"ecmaVersion": 2018
},
"env": {
"es6": true,
"node": true
},
"globals": {
"Atomics": false,
"SharedArrayBuffer": false
},
"rules": {
"no-process-exit": "error",
"node/exports-style": "off",
Expand All @@ -21,4 +25,4 @@
"node/process-exit-as-throw": "error",
"node/shebang": "error"
}
}
}

0 comments on commit e8d757b

Please sign in to comment.