Skip to content

Commit

Permalink
Docs: update description for recommended preset (#114)
Browse files Browse the repository at this point in the history
Update readme for e8d757b
  • Loading branch information
teppeis authored and mysticatea committed Apr 3, 2018
1 parent 9425f68 commit 019ddd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ This preset config:
- enables the environment of ES2015 (ES6) and Node.js.
- enables rules which are given :star: in the above table.
- enables [no-process-exit](http://eslint.org/docs/rules/no-process-exit) rule because [the official document](https://nodejs.org/api/process.html#process_process_exit_code) does not recommend a use of `process.exit()`.
- adds `{ecmaVersion: 8}` into `parserOptions`.
- adds `{ecmaVersion: 2018}` into `parserOptions`.
- adds `Atomics` and `SharedArrayBuffer` into `globals`.

## 👫 FAQ

Expand Down

0 comments on commit 019ddd3

Please sign in to comment.